Class SupplyCapabilities

java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.DisBitSet
edu.nps.moves.dis7.enumerations.SupplyCapabilities
All Implemented Interfaces:
edu.nps.moves.dis7.EntityCapabilities, edu.nps.moves.dis7.Marshaller, java.io.Serializable, java.lang.Cloneable

public class SupplyCapabilities
extends edu.nps.moves.dis7.DisBitSet
implements edu.nps.moves.dis7.EntityCapabilities
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 459 marshal size 32
Supply Capabilities
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  SupplyCapabilities.Bits  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static SupplyCapabilities.Bits AMMUNITION_SUPPLY
    Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request
    static SupplyCapabilities.Bits FUEL_SUPPLY
    Describes whether the entity is able to supply some type of fuel in response to an appropriate service request
    static SupplyCapabilities.Bits IED_PRESENCE_INDICATOR
    The Entity is an IED or contains an IED.
    static SupplyCapabilities.Bits RESERVED
    This entry is reserved for backward compatibility and may not be reused
    static SupplyCapabilities.Bits SLING_LOADABLE
    The Entity is able to be carried as a sling load payload.
  • Constructor Summary

    Constructors 
    Constructor Description
    SupplyCapabilities()  
    SupplyCapabilities​(SupplyCapabilities.Bits wh, int i)  
  • Method Summary

    Modifier and Type Method Description
    SupplyCapabilities set​(int start, int length, int val)  
    SupplyCapabilities set​(SupplyCapabilities.Bits wh, int val)  
    java.lang.String toString()  

    Methods inherited from class edu.nps.moves.dis7.DisBitSet

    calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshal

    Methods inherited from class java.util.BitSet

    and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, valueOf, valueOf, valueOf, valueOf, xor

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface edu.nps.moves.dis7.Marshaller

    getMarshalledSize, marshal, marshal, unmarshal, unmarshal
  • Field Details

    • AMMUNITION_SUPPLY

      public static SupplyCapabilities.Bits AMMUNITION_SUPPLY
      Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request
    • FUEL_SUPPLY

      public static SupplyCapabilities.Bits FUEL_SUPPLY
      Describes whether the entity is able to supply some type of fuel in response to an appropriate service request
    • RESERVED

      public static SupplyCapabilities.Bits RESERVED
      This entry is reserved for backward compatibility and may not be reused
    • SLING_LOADABLE

      public static SupplyCapabilities.Bits SLING_LOADABLE
      The Entity is able to be carried as a sling load payload. The extended appearance record (if available) will identify if it is currently sling loaded and entity association and/or entity offset records (if available) will provide additional sling load details (such as carrier).
    • IED_PRESENCE_INDICATOR

      public static SupplyCapabilities.Bits IED_PRESENCE_INDICATOR
      The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly.
  • Constructor Details

  • Method Details