Class SupplyQuantity

java.lang.Object
edu.nps.moves.dis7.pdus.SupplyQuantity
All Implemented Interfaces:
Serializable

public class SupplyQuantity extends Object implements Serializable
A supply, and the amount of that supply. Section 6.2.86
See Also:
  • Field Details

    • supplyType

      protected EntityType supplyType
      Type of supply
    • quantity

      protected float quantity
      The number of units of a supply type.
  • Constructor Details

    • SupplyQuantity

      public SupplyQuantity()
      Constructor creates and configures a new instance object
  • Method Details