Uses of Class
edu.nps.moves.dis7.pdus.AggregateIdentifier
Packages that use AggregateIdentifier
Package
Description
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of AggregateIdentifier in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as AggregateIdentifierModifier and TypeFieldDescriptionprotected AggregateIdentifier
AggregateStatePdu.aggregateID
ID of aggregated entitiesFields in edu.nps.moves.dis7.pdus with type parameters of type AggregateIdentifierModifier and TypeFieldDescriptionprotected List<AggregateIdentifier>
AggregateStatePdu.aggregateIDList
aggregates listMethods in edu.nps.moves.dis7.pdus that return AggregateIdentifierModifier and TypeMethodDescriptionAggregateStatePdu.getAggregateID()
Getter forAggregateStatePdu.aggregateID
AggregateIdentifier.setAggregateID(int pAggregateID)
Utility setter foraggregateID
AggregateIdentifier.setAggregateID(short pAggregateID)
Setter foraggregateID
AggregateIdentifier.setSimulationAddress(SimulationAddress pSimulationAddress)
Setter forsimulationAddress
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type AggregateIdentifierModifier and TypeMethodDescriptionAggregateStatePdu.getAggregateIDList()
Getter forAggregateStatePdu.aggregateIDList
Methods in edu.nps.moves.dis7.pdus with parameters of type AggregateIdentifierModifier and TypeMethodDescriptionAggregateStatePdu.setAggregateID(AggregateIdentifier pAggregateID)
Setter forAggregateStatePdu.aggregateID
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type AggregateIdentifierModifier and TypeMethodDescriptionAggregateStatePdu.setAggregateIDList(List<AggregateIdentifier> pAggregateIDList)
Setter forAggregateStatePdu.aggregateIDList