Package edu.nps.moves.dis7.pdus
Class IsPartOfPdu
java.lang.Object
edu.nps.moves.dis7.pdus.Pdu
edu.nps.moves.dis7.pdus.PduBase
edu.nps.moves.dis7.pdus.EntityManagementFamilyPdu
edu.nps.moves.dis7.pdus.IsPartOfPdu
- All Implemented Interfaces:
Marshaller,Serializable
5.9.5 Used to request hierarchical linkage of separately hosted simulation entities
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NamedLocationIdentificationnamed locationprotected EntityIDID of entity originating PDUprotected EntityTypeentity typeprotected Vector3Floatlocation of part; centroid of part in host's coordinate system.protected EntityIDID of entity receiving PDUprotected Relationshiprelationship of joined partsFields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsImpl(Object obj)Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied objectintReturns size of this serialized (marshalled) object in bytesGetter fornamedLocationIDGetter fororginatingEntityIDGetter forpartEntityTypeGetter forpartLocationGetter forreceivingEntityIDGetter forrelationshipvoidmarshal(DataOutputStream dos)Serializes an object to a DataOutputStream.voidmarshal(ByteBuffer byteBuffer)Packs an object into the ByteBuffer.setNamedLocationID(NamedLocationIdentification pNamedLocationID)Setter fornamedLocationIDsetOrginatingEntityID(EntityID pOrginatingEntityID)Setter fororginatingEntityIDsetPartEntityType(EntityType pPartEntityType)Setter forpartEntityTypesetPartLocation(Vector3Float pPartLocation)Setter forpartLocationsetReceivingEntityID(EntityID pReceivingEntityID)Setter forreceivingEntityIDsetRelationship(Relationship pRelationship)Setter forrelationshiptoString()intunmarshal(DataInputStream dis)Deserializes an object from a DataInputStream.intunmarshal(ByteBuffer byteBuffer)Unpacks a Pdu from the underlying data.Methods inherited from class edu.nps.moves.dis7.pdus.PduBase
getPadding, getPduStatus, setPadding, setPadding, setPduStatusMethods inherited from class edu.nps.moves.dis7.pdus.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Field Details
-
orginatingEntityID
ID of entity originating PDU -
receivingEntityID
ID of entity receiving PDU -
relationship
relationship of joined parts -
partLocation
location of part; centroid of part in host's coordinate system. x=range, y=bearing, z=0 -
namedLocationID
named location -
partEntityType
entity type
-
-
Constructor Details
-
IsPartOfPdu
public IsPartOfPdu()Constructor
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSizein interfaceMarshaller- Overrides:
getMarshalledSizein classEntityManagementFamilyPdu- Returns:
- serialized size in bytes
- See Also:
- https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
setOrginatingEntityID
Setter fororginatingEntityID- Parameters:
pOrginatingEntityID- new value of interest- Returns:
- same object to permit progressive setters
-
getOrginatingEntityID
Getter fororginatingEntityID- Returns:
- value of interest
-
setReceivingEntityID
Setter forreceivingEntityID- Parameters:
pReceivingEntityID- new value of interest- Returns:
- same object to permit progressive setters
-
getReceivingEntityID
Getter forreceivingEntityID- Returns:
- value of interest
-
setRelationship
Setter forrelationship- Parameters:
pRelationship- new value of interest- Returns:
- same object to permit progressive setters
-
getRelationship
Getter forrelationship- Returns:
- value of interest
-
setPartLocation
Setter forpartLocation- Parameters:
pPartLocation- new value of interest- Returns:
- same object to permit progressive setters
-
getPartLocation
Getter forpartLocation- Returns:
- value of interest
-
setNamedLocationID
Setter fornamedLocationID- Parameters:
pNamedLocationID- new value of interest- Returns:
- same object to permit progressive setters
-
getNamedLocationID
Getter fornamedLocationID- Returns:
- value of interest
-
setPartEntityType
Setter forpartEntityType- Parameters:
pPartEntityType- new value of interest- Returns:
- same object to permit progressive setters
-
getPartEntityType
Getter forpartEntityType- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classEntityManagementFamilyPdu- Parameters:
dos- the OutputStream- Throws:
Exception- if something goes wrong- See Also:
DataOutputStream
-
unmarshal
Deserializes an object from a DataInputStream.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin classEntityManagementFamilyPdu- Parameters:
dis- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception- if something goes wrong- See Also:
DataInputStream, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
marshal
Packs an object into the ByteBuffer.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classEntityManagementFamilyPdu- Parameters:
byteBuffer- The ByteBuffer at the position to begin writing- Throws:
BufferOverflowException- if byteBuffer is too smallReadOnlyBufferException- if byteBuffer is read onlyException- ByteBuffer-generated exception- See Also:
ByteBuffer
-
unmarshal
Unpacks a Pdu from the underlying data.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin classEntityManagementFamilyPdu- Parameters:
byteBuffer- The ByteBuffer at the position to begin reading- Returns:
- marshalled serialized size in bytes
- Throws:
BufferUnderflowException- if byteBuffer is too smallException- ByteBuffer-generated exception- See Also:
ByteBuffer, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
equals
- Overrides:
equalsin classEntityManagementFamilyPdu
-
equalsImpl
Description copied from class:PduCompare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied object- Overrides:
equalsImplin classEntityManagementFamilyPdu- Parameters:
obj- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toStringin classEntityManagementFamilyPdu
-