TransitionSystem Members
A class representing the states and transitions in an exploration result, together with their properties and contents.
The following tables list the members exposed by the TransitionSystem type.
Public Constructors
Name | Description | |
---|---|---|
TransitionSystem |
Top
Public Properties
Name | Description | |
---|---|---|
ActionMemberKeys | For internal purposes only; supports the serialization infrastructure. | |
ActionMembers | Actions (methods, constructors, or events) associated with this system. | |
AdapterTypeKeys | For internal purposes only; supports the serialization infrastructure. | |
AdapterTypes | Types which represent adapters. | |
ConfigSwitches | Configuration switches. | |
ExpressionTable | For internal purposes only; supports the serialization infrastructure. | |
InitialStates | The initial states of this system. | |
MemberTable | For internal purposes only; supports the serialization infrastructure. | |
Name | Name of this system. | |
States | All states of this system. | |
Transitions | All transitions of this system. | |
VariableKeys | For internal purposes only; supports the serialization infrastructure. | |
Variables | All variables used in transitions or assumptions in this system. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
ActionInvocation | Create an action invocation element. | |
ActionSymbol | Create an action symbol element. | |
ConfigSwitch | Create a config switch element. | |
Constraint | Create a constraint element. | |
ContainsCallTransition | ||
ContainsEventTransition | ||
ContainsReturnTransition | ||
Create | Create a transition system. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetStateFromLabel | ||
GetSwitch | Get the value of a switch. | |
GetType | (Inherited from Object) | |
IsAcceptingState | ||
IsCallTransition | ||
IsErrorState | ||
IsEventTransition | ||
IsPlaceholder | Determine whether a variable represents a placeholder ('_'). | |
IsReturnTransition | ||
LinkSystem | ||
Probe | Create a probe element. | |
State | ||
ToString | (Inherited from Object) | |
Transition | Create a transition element. | |
TryGetIncomingTransitions | ||
TryGetOutgoingTransitions | ||
TryGetUniqueCallTransition | ||
TryGetUniqueReturnTransition |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
TransitionSystem Class
Microsoft.SpecExplorer.ObjectModel Namespace