Class StopFreezeFrozenBehavior

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

public class StopFreezeFrozenBehavior extends DisBitSet
Generated from XML, UID 68, marshal size 8, StopFreezeFrozenBehavior
See Also:
  • Field Details

    • RUNSIMULATIONCLOCK

      public static StopFreezeFrozenBehavior.Bits RUNSIMULATIONCLOCK
      (bit position 0, boolean) Describes whether a simulation application should run the internal simulation clock or not
    • TRANSMITUPDATES

      public static StopFreezeFrozenBehavior.Bits TRANSMITUPDATES
      (bit position 1, boolean) Describes whether a simulation application should transmit updates and interactions or not
    • PROCESSUPDATES

      public static StopFreezeFrozenBehavior.Bits PROCESSUPDATES
      (bit position 2, boolean) Describes whether a simulation application should update simulation models of other entities via received updates or interactions
  • Constructor Details

    • StopFreezeFrozenBehavior

      public StopFreezeFrozenBehavior()
      Default constructor
    • StopFreezeFrozenBehavior

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

    • set

      Accessor method to set value
      Parameters:
      wh - Bits custom data structure
      value - bits of interest
      Returns:
      this object
    • set

      public StopFreezeFrozenBehavior set(int start, int length, int value)
      Some bitfields are defined without specific bits enumerated
      Parameters:
      start - initial position in bit array
      length - number of bits
      value - bits of interest
      Returns:
      this object
    • toString

      public String toString()
      Provide string representation
      Overrides:
      toString in class BitSet
      Returns:
      string representation