Class DoubleArraySection

java.lang.Object
org.refcodes.serial.AbstractPayloadSection<double[]>
org.refcodes.serial.DoubleArraySection
All Implemented Interfaces:
Serializable, org.refcodes.mixin.AliasAccessor, org.refcodes.mixin.LengthAccessor, org.refcodes.mixin.PayloadAccessor<double[]>, org.refcodes.mixin.PayloadAccessor.PayloadBuilder<double[],PayloadTransmission<double[]>>, org.refcodes.mixin.PayloadAccessor.PayloadMutator<double[]>, org.refcodes.mixin.PayloadAccessor.PayloadProperty<double[]>, org.refcodes.mixin.Schemable, PayloadSection<double[]>, PayloadTransmission<double[]>, Section, Section.SectionMixin, Transmission, Transmission.TransmissionMixin

public class DoubleArraySection extends AbstractPayloadSection<double[]>
The DoubleArraySection is an implementation of a Section carrying a double array as payload.
See Also:
  • Field Details

  • Constructor Details

    • DoubleArraySection

      public DoubleArraySection(TransmissionMetrics aTransmissionMetrics)
      Constructs an according instance from the given configuration. The configuration attributes are taken from the TransmissionMetrics configuration object, though only those attributes are supported which are also supported by the other constructors!
      Parameters:
      aTransmissionMetrics - The TransmissionMetrics to be used for configuring this instance.
    • DoubleArraySection

      public DoubleArraySection(TransmissionMetrics aTransmissionMetrics, double... aValue)
      Constructs an according instance from the given configuration. The configuration attributes are taken from the TransmissionMetrics configuration object, though only those attributes are supported which are also supported by the other constructors!
      Parameters:
      aTransmissionMetrics - The TransmissionMetrics to be used for configuring this instance.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(TransmissionMetrics aTransmissionMetrics, Double... aValue)
      Constructs an according instance from the given configuration. The configuration attributes are taken from the TransmissionMetrics configuration object, though only those attributes are supported which are also supported by the other constructors!
      Parameters:
      aTransmissionMetrics - The TransmissionMetrics to be used for configuring this instance.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics)
      Constructs an according instance from the given configuration. The configuration attributes are taken from the TransmissionMetrics configuration object, though only those attributes are supported which are also supported by the other constructors!
      Parameters:
      aAlias - The alias which identifies the content of this instance.
      aTransmissionMetrics - The TransmissionMetrics to be used for configuring this instance.
    • DoubleArraySection

      public DoubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, double... aValue)
      Constructs an according instance from the given configuration. The configuration attributes are taken from the TransmissionMetrics configuration object, though only those attributes are supported which are also supported by the other constructors!
      Parameters:
      aAlias - The alias which identifies the content of this instance.
      aTransmissionMetrics - The TransmissionMetrics to be used for configuring this instance.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Double... aValue)
      Constructs an according instance from the given configuration. The configuration attributes are taken from the TransmissionMetrics configuration object, though only those attributes are supported which are also supported by the other constructors!
      Parameters:
      aAlias - The alias which identifies the content of this instance.
      aTransmissionMetrics - The TransmissionMetrics to be used for configuring this instance.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection()
      Constructs an empty DoubleArraySection with a TransmissionMetrics.DEFAULT_ENDIANESS endian representation of the DoubleArraySection's value.
    • DoubleArraySection

      public DoubleArraySection(org.refcodes.numerical.Endianess aEndianess)
      Constructs an empty DoubleArraySection with the given Endianess.
      Parameters:
      aEndianess - The Endianess to be used for payload values.
    • DoubleArraySection

      public DoubleArraySection(double... aValue)
      Constructs a DoubleArraySection with the given double array payload and a TransmissionMetrics.DEFAULT_ENDIANESS endian representation of the DoubleArraySection's value.
      Parameters:
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(Double... aValue)
      Constructs a DoubleArraySection with the given double array payload and a TransmissionMetrics.DEFAULT_ENDIANESS endian representation of the DoubleArraySection's value.
      Parameters:
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(org.refcodes.numerical.Endianess aEndianess, double... aValue)
      Constructs a DoubleArraySection with the given double array payload and the given Endianess for the representation of the DoubleArraySection's value.
      Parameters:
      aEndianess - The Endianess to be used for payload values.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(org.refcodes.numerical.Endianess aEndianess, Double... aValue)
      Constructs a DoubleArraySection with the given double array payload and the given Endianess for the representation of the DoubleArraySection's value.
      Parameters:
      aEndianess - The Endianess to be used for payload values.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(String aAlias)
      Constructs an empty DoubleArraySection with a TransmissionMetrics.DEFAULT_ENDIANESS endian representation of the DoubleArraySection's value.
      Parameters:
      aAlias - The alias which identifies the content of this segment.
    • DoubleArraySection

      public DoubleArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess)
      Constructs an empty DoubleArraySection with the given Endianess.
      Parameters:
      aAlias - The alias which identifies the content of this segment.
      aEndianess - The Endianess to be used for payload values.
    • DoubleArraySection

      public DoubleArraySection(String aAlias, double... aValue)
      Constructs a DoubleArraySection with the given double array payload and a TransmissionMetrics.DEFAULT_ENDIANESS endian representation of the DoubleArraySection's value.
      Parameters:
      aAlias - The alias which identifies the content of this segment.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(String aAlias, Double... aValue)
      Constructs a DoubleArraySection with the given double array payload and a TransmissionMetrics.DEFAULT_ENDIANESS endian representation of the DoubleArraySection's value.
      Parameters:
      aAlias - The alias which identifies the content of this segment.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, double... aValue)
      Constructs a DoubleArraySection with the given double array payload and the given Endianess for the representation of the DoubleArraySection's value.
      Parameters:
      aAlias - The alias which identifies the content of this segment.
      aEndianess - The Endianess to be used for payload values.
      aValue - The payload to be contained by the DoubleArraySection.
    • DoubleArraySection

      public DoubleArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, Double... aValue)
      Constructs a DoubleArraySection with the given double array payload and the given Endianess for the representation of the DoubleArraySection's value.
      Parameters:
      aAlias - The alias which identifies the content of this segment.
      aEndianess - The Endianess to be used for payload values.
      aValue - The payload to be contained by the DoubleArraySection.
  • Method Details

    • toSequence

      public Sequence toSequence()
      Provides the Sequence representation of this Transmission. In case of nested Transmission instances, all Sequence representations from all sub-segments are accumulated to the result as well. Caution, the Transmission (or its nested Transmission instances) may be backed by the returned Sequence.
      Returns:
      The according instance's Sequence.
    • fromTransmission

      public void fromTransmission(Sequence aSequence, int aOffset, int aLength) throws TransmissionException
      (Re-)initializes this instance with the the given Sequence data.
      Parameters:
      aSequence - The Sequence data from which to (re-)initialize this instance.
      aOffset - The offset where to start processing the provided Sequence.
      aLength - The length of data assigned by the Sequence.
      Throws:
      TransmissionException - thrown in case a given Sequence cannot be processed.
    • getLength

      public int getLength()
      Determines the overall length of this Transmission. In case of nested Transmission instances, all length values from all sub-segments are accumulated to the result as well.
      Returns:
      The (overall) length of the Transmission (including any sub-segments).
    • toSchema

      public SerialSchema toSchema()
    • toString

      public String toString()
      Overrides:
      toString in class AbstractPayloadSection<double[]>
    • withPayload

      public DoubleArraySection withPayload(double[] aValue)
    • setPayload

      public void setPayload(Double[] aPayload)
      Convenience method to convert the array of wrapper types into its counterpart with primitive types before invoking AbstractPayloadSection.setPayload(Object).
      Parameters:
      aPayload - The payload with the wrapper types.
    • withPayload

      public DoubleArraySection withPayload(Double[] aPayload)
      Convenience method to convert the array of wrapper types into its counterpart with primitive types before invoking withPayload(double[]).
      Parameters:
      aPayload - The payload with the wrapper types.
      Returns:
      This instance as of the builder pattern.