Class MinefieldStateAppearanceBitMap
java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.pdus.DisBitSet
edu.nps.moves.dis7.enumerations.MinefieldStateAppearanceBitMap
- All Implemented Interfaces:
Marshaller
,Serializable
,Cloneable
Generated from XML,
UID 190, marshal size 16,
MinefieldStateAppearanceBitMap
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(bit position 2, boolean) Describes whether the minefield is active or inactive, useMinefieldAppearanceActiveStatus
values for this field(bit position 3, boolean) Identifies whether the minefield has an active or inactive lane, useMinefieldAppearanceLane
values for this field(bit position 0, length=2) Identifies the type of minefield, useMinefieldAppearanceMinefieldType
values for this field(bit position 13, boolean) Describes the state of the minefield, useMinefieldAppearanceState
values for this field -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorDefault constructor with parameters -
Method Summary
Modifier and TypeMethodDescriptionset
(int start, int length, int value) Some bitfields are defined without specific bits enumeratedset
(MinefieldStateAppearanceBitMap.Bits wh, int value) Accessor method to set valuetoString()
Provide string representationMethods inherited from class edu.nps.moves.dis7.pdus.DisBitSet
calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshal
Methods inherited from class java.util.BitSet
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, valueOf, valueOf, valueOf, valueOf, xor
-
Field Details
-
MINEFIELDTYPE
(bit position 0, length=2) Identifies the type of minefield, useMinefieldAppearanceMinefieldType
values for this field -
ACTIVESTATUS
(bit position 2, boolean) Describes whether the minefield is active or inactive, useMinefieldAppearanceActiveStatus
values for this field -
LANE
(bit position 3, boolean) Identifies whether the minefield has an active or inactive lane, useMinefieldAppearanceLane
values for this field -
STATE
(bit position 13, boolean) Describes the state of the minefield, useMinefieldAppearanceState
values for this field
-
-
Constructor Details
-
MinefieldStateAppearanceBitMap
public MinefieldStateAppearanceBitMap()Default constructor -
MinefieldStateAppearanceBitMap
Default constructor with parameters- Parameters:
wh
- Bits custom data structurevalue
- bits of interest
-
-
Method Details
-
set
Accessor method to set value- Parameters:
wh
- Bits custom data structurevalue
- bits of interest- Returns:
- this object
-
set
Some bitfields are defined without specific bits enumerated- Parameters:
start
- initial position in bit arraylength
- number of bitsvalue
- bits of interest- Returns:
- this object
-
toString
-