The Stage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Stage |
Creates a stage object.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds leg to the collection.
|
![]() | AddFinal |
Adds a final leg to the stage.
|
![]() | AddInitial |
Adds an initial leg to the stage.
|
![]() | AppendXml |
Appends this Object to a xml FixesCollection representation.
|
![]() | Check |
Check stage for consistency.
|
![]() | ClearFinals |
Clears the list of final legs.
|
![]() | ClearInitials |
Clears the list of initial legs.
|
![]() | Contains |
Returns true if the stage contains the given leg.
|
![]() | DeepCopy |
Returns a deep copy of a stage object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Inherited from Object.) |
![]() | FindCondition |
Returns the list of legs in the stage which depend on the given
condition.
|
![]() | GetFinalLeg | Returns the indicated final of the stage. |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetIndexOfFinal | Returns the index of the final leg of the stage. |
![]() | GetIndexOfInitial | Returns the index of the initial leg of the stage. |
![]() | GetInitialLeg | Returns the indicated initial leg of the stage. |
![]() | GetNextToFinal |
Returns next leg of a final leg
|
![]() | GetPrev |
Returns leg previous to l
|
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() ![]() | StringToType |
Converts a string stage type to its enumerated counterpart.
|
![]() | ToString |
TBD
(Overrides Object..::..ToString()()()().) |
![]() ![]() | TypeToString |
Converts a stage type to a string representation.
|
![]() | UpdateReferences |
Builds a graph updating leg references (parent, next, prev, etc.).
Intersection legs are the only ones allowed to have more than one
next leg.
The connection between the final legs of the stage and the initial
legs of the next stage is not explicit. This connection is determined
by their position in the finalLegs and initialLegs elements.
|
Fields
Name | Description | |
---|---|---|
![]() | description |
Description of the stage.
|
![]() | finalLegs |
Legs that cab be the last one of this stage.
|
![]() | id |
id of the stage.
|
![]() | initialLegs |
Legs that can be the first one of this stage.
|
![]() | manualOnly |
Should this stage be flown only in manual mode?
|
![]() | name |
Name of the stage.
|
![]() | type |
Type of the stage, i.e.:Taxi, TakeOff, Departure, Route, etc.
|
Properties
Name | Description | |
---|---|---|
![]() | Description | |
![]() | flightPlan |
Flight plan the stage belongs to.
|
![]() | ID | |
![]() | Ignore | |
![]() | legsCol |
Collection of legs that belong to this stage.
|
![]() | ManualOnly | |
![]() | Name | |
![]() | XmlComment |