Package wt.effectivity.engine
Class AATLight
java.lang.Object
wt.effectivity.engine.AATLight
- All Implemented Interfaces:
Externalizable,Serializable
light weight object of Aircraft Allocation Table (AAT)
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: effTypeAndRankToMsnTable.Gets the value of the attribute: effTypeToRankVectorTable.getEffTypeVector(String effTypeId)
Supported API: trueint
Supported API: true Gets the value of the attribute: maxMsn.static int
Supported API: true Gets MAX_NUMBER valueEffTypeRank[][]Gets the value of the attribute: msnToEffTypeAndRankArray.
-
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
Gets the value of the attribute: effTypeToRankVectorTable.
Supported API: true- Returns:
- HashMap
-
getEffTypeAndRankToMsnTable
Gets the value of the attribute: effTypeAndRankToMsnTable.
Supported API: true- Returns:
- HashMap
-
getMsnToEffTypeAndRankArray
Gets the value of the attribute: msnToEffTypeAndRankArray.
Supported API: true- Returns:
- EffTypeRank[][]
-
getEffTypeVector
Supported API: true- Parameters:
effTypeId-- Returns:
- BitSet
-