Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected ForceID |
AppearancePdu.forceId
uid 6
|
protected ForceID |
EntityStatePdu.forceId
What force this entity is affiliated with, eg red, blue, neutral, etc uid 6
|
protected ForceID |
AggregateStatePdu.forceID
force ID uid 6
|
protected ForceID |
ArealObjectStatePdu.forceID
force ID uid 6
|
protected ForceID |
LinearObjectStatePdu.forceID
force ID uid 6
|
protected ForceID |
MinefieldStatePdu.forceID
force ID uid 6
|
protected ForceID |
PointObjectStatePdu.forceID
force ID uid 6
|
Modifier and Type | Method and Description |
---|---|
ForceID |
AppearancePdu.getForceId()
Getter for
AppearancePdu.forceId |
ForceID |
EntityStatePdu.getForceId()
Getter for
EntityStatePdu.forceId |
ForceID |
AggregateStatePdu.getForceID()
Getter for
AggregateStatePdu.forceID |
ForceID |
ArealObjectStatePdu.getForceID()
Getter for
ArealObjectStatePdu.forceID |
ForceID |
LinearObjectStatePdu.getForceID()
Getter for
LinearObjectStatePdu.forceID |
ForceID |
MinefieldStatePdu.getForceID()
Getter for
MinefieldStatePdu.forceID |
ForceID |
PointObjectStatePdu.getForceID()
Getter for
PointObjectStatePdu.forceID |
Modifier and Type | Method and Description |
---|---|
AppearancePdu |
AppearancePdu.setForceId(ForceID pForceId)
Setter for
AppearancePdu.forceId |
EntityStatePdu |
EntityStatePdu.setForceId(ForceID pForceId)
Setter for
EntityStatePdu.forceId |
AggregateStatePdu |
AggregateStatePdu.setForceID(ForceID pForceID)
Setter for
AggregateStatePdu.forceID |
ArealObjectStatePdu |
ArealObjectStatePdu.setForceID(ForceID pForceID)
Setter for
ArealObjectStatePdu.forceID |
LinearObjectStatePdu |
LinearObjectStatePdu.setForceID(ForceID pForceID)
Setter for
LinearObjectStatePdu.forceID |
MinefieldStatePdu |
MinefieldStatePdu.setForceID(ForceID pForceID)
Setter for
MinefieldStatePdu.forceID |
PointObjectStatePdu |
PointObjectStatePdu.setForceID(ForceID pForceID)
Setter for
PointObjectStatePdu.forceID |
Modifier and Type | Method and Description |
---|---|
static ForceID |
ForceID.getEnumForValue(int i) |
static ForceID |
ForceID.unmarshalEnum(java.nio.ByteBuffer buff) |
static ForceID |
ForceID.unmarshalEnum(java.io.DataInputStream dis) |
static ForceID |
ForceID.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ForceID[] |
ForceID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|