| java.lang.Object org.cougaar.glm.ldm.plan.Skill org.cougaar.glm.ldm.plan.AircrewSkill
AircrewSkill | public class AircrewSkill extends Skill (Code) | | Refinement of Skill to represent Aircrew Skills
Example of AircrewSkill:
aircraftType = C-17
position = pilot
qualification = air refueling (may be null)
trainingLevel = A1 (1st char is flight level (A-E), 2nd char is ground level (1-4))
missionCapable = true (satifies currency requirements)
The Skill slots are filled in as:
Type = "Aircrew"
Code = position
Nomenclature = aircraftType+" "+position
|
AircrewSkill | public AircrewSkill(String s)(Code) | | parser-based constructor. Requires that the argument be
of the form "ACType/Position/Qualification/Training/capable"
|
getMissionCapable | public boolean getMissionCapable()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|