Package | Description |
---|---|
edu.nps.moves.dis7 |
Modifier and Type | Field and Description |
---|---|
protected java.util.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.3
|
protected java.util.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.3
|
protected java.util.List<SupplyQuantity> |
ServiceRequestPdu.supplies |
Modifier and Type | Method and Description |
---|---|
SupplyQuantity |
SupplyQuantity.setQuantity(float pQuantity)
Setter for
quantity |
SupplyQuantity |
SupplyQuantity.setSupplyType(EntityType pSupplyType)
Setter for
supplyType |
Modifier and Type | Method and Description |
---|---|
java.util.List<SupplyQuantity> |
ResupplyOfferPdu.getSupplies()
Getter for
ResupplyOfferPdu.supplies |
java.util.List<SupplyQuantity> |
ResupplyReceivedPdu.getSupplies()
Getter for
ResupplyReceivedPdu.supplies |
java.util.List<SupplyQuantity> |
ServiceRequestPdu.getSupplies()
Getter for
ServiceRequestPdu.supplies |
Modifier and Type | Method and Description |
---|---|
ResupplyOfferPdu |
ResupplyOfferPdu.setSupplies(java.util.List<SupplyQuantity> pSupplies)
Setter for
ResupplyOfferPdu.supplies |
ResupplyReceivedPdu |
ResupplyReceivedPdu.setSupplies(java.util.List<SupplyQuantity> pSupplies)
Setter for
ResupplyReceivedPdu.supplies |
ServiceRequestPdu |
ServiceRequestPdu.setSupplies(java.util.List<SupplyQuantity> pSupplies)
Setter for
ServiceRequestPdu.supplies |