Class AATLight

java.lang.Object
wt.effectivity.engine.AATLight
All Implemented Interfaces:
Externalizable, Serializable

public class AATLight extends Object implements Externalizable
light weight object of Aircraft Allocation Table (AAT)

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • AATLight

      public AATLight()


      Supported API: true
  • Method Details

    • getMaxNumber

      public static int getMaxNumber()

      Supported API: true Gets MAX_NUMBER value
      Returns:
    • getMaxMsn

      public int getMaxMsn()

      Supported API: true Gets the value of the attribute: maxMsn.
      Returns:
      int
    • getEffTypeToRankVectorTable

      public HashMap getEffTypeToRankVectorTable()
      Gets the value of the attribute: effTypeToRankVectorTable.

      Supported API: true
      Returns:
      HashMap
    • getEffTypeAndRankToMsnTable

      public HashMap getEffTypeAndRankToMsnTable()
      Gets the value of the attribute: effTypeAndRankToMsnTable.

      Supported API: true
      Returns:
      HashMap
    • getMsnToEffTypeAndRankArray

      public EffTypeRank[][] getMsnToEffTypeAndRankArray()
      Gets the value of the attribute: msnToEffTypeAndRankArray.

      Supported API: true
      Returns:
      EffTypeRank[][]
    • getEffTypeVector

      public BitSet getEffTypeVector(String effTypeId)


      Supported API: true
      Parameters:
      effTypeId -
      Returns:
      BitSet