The Stage type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds leg to the collection.
Public methodAddFinal
Adds a final leg to the stage.
Public methodAddInitial
Adds an initial leg to the stage.
Public methodAppendXml
Appends this Object to a xml FixesCollection representation.
Public methodCheck
Check stage for consistency.
Public methodClearFinals
Clears the list of final legs.
Public methodClearInitials
Clears the list of initial legs.
Public methodContains
Returns true if the stage contains the given leg.
Public methodDeepCopy
Returns a deep copy of a stage object.
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
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.)
Public methodFindCondition
Returns the list of legs in the stage which depend on the given condition.
Public methodGetFinalLeg
Returns the indicated final of the stage.
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetIndexOfFinal
Returns the index of the final leg of the stage.
Public methodGetIndexOfInitial
Returns the index of the initial leg of the stage.
Public methodGetInitialLeg
Returns the indicated initial leg of the stage.
Public methodGetNextToFinal
Returns next leg of a final leg
Public methodGetPrev
Returns leg previous to l
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodStatic memberStringToType
Converts a string stage type to its enumerated counterpart.
Public methodToString
TBD
(Overrides Object..::..ToString()()()().)
Public methodStatic memberTypeToString
Converts a stage type to a string representation.
Public methodUpdateReferences
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.

See Also