Uses of Class
edu.nps.moves.dis7.pdus.SupplyQuantity
Packages that use SupplyQuantity
Package
Description
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of SupplyQuantity in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type SupplyQuantityModifier and TypeFieldDescriptionprotected List<SupplyQuantity>
ResupplyOfferPdu.supplies
A Reord that Specifies the type of supply and the amount of that supply for each of the supply types in numberOfSupplyTypes (see 6.2.85), Section 7.4.3protected List<SupplyQuantity>
ResupplyReceivedPdu.supplies
A Reord that Specifies the type of supply and the amount of that supply for each of the supply types in numberOfSupplyTypes (see 6.2.85), Section 7.4.3protected List<SupplyQuantity>
ServiceRequestPdu.supplies
supplies is an undescribed parameter...Methods in edu.nps.moves.dis7.pdus that return SupplyQuantityModifier and TypeMethodDescriptionSupplyQuantity.setQuantity(float pQuantity)
Setter forquantity
SupplyQuantity.setSupplyType(EntityType pSupplyType)
Setter forsupplyType
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type SupplyQuantityModifier and TypeMethodDescriptionResupplyOfferPdu.getSupplies()
Getter forResupplyOfferPdu.supplies
ResupplyReceivedPdu.getSupplies()
Getter forResupplyReceivedPdu.supplies
ServiceRequestPdu.getSupplies()
Getter forServiceRequestPdu.supplies
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type SupplyQuantityModifier and TypeMethodDescriptionResupplyOfferPdu.setSupplies(List<SupplyQuantity> pSupplies)
Setter forResupplyOfferPdu.supplies
ResupplyReceivedPdu.setSupplies(List<SupplyQuantity> pSupplies)
Setter forResupplyReceivedPdu.supplies
ServiceRequestPdu.setSupplies(List<SupplyQuantity> pSupplies)
Setter forServiceRequestPdu.supplies