Class ObjectStateModificationLinearObject

java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.pdus.DisBitSet
edu.nps.moves.dis7.enumerations.ObjectStateModificationLinearObject
All Implemented Interfaces:
Marshaller, Serializable, Cloneable

public class ObjectStateModificationLinearObject extends DisBitSet
Generated from XML, UID 241, marshal size 16, ObjectStateModificationLinearObject
See Also:
  • Field Details

    • ISLOCATIONMODIFIED

      public static ObjectStateModificationLinearObject.Bits ISLOCATIONMODIFIED
      (bit position 0, boolean) Describes whether the location of the linear segment has been modified since the last update number
    • ISORIENTATIONMODIFIED

      public static ObjectStateModificationLinearObject.Bits ISORIENTATIONMODIFIED
      (bit position 1, boolean) Describes whether the orientation of the linear segment has been modified since the last update number
  • Constructor Details

    • ObjectStateModificationLinearObject

      public ObjectStateModificationLinearObject()
      Default constructor
    • ObjectStateModificationLinearObject

      public ObjectStateModificationLinearObject(ObjectStateModificationLinearObject.Bits wh, int value)
      Default constructor with parameters
      Parameters:
      wh - Bits custom data structure
      value - bits of interest
  • Method Details