|
Automata
1.0
|
A nondeterministic collection of state transition mappings. More...
Public Member Functions | |
| NondeterministicTransitionFunction (params Transition[] t) | |
| new void | Add (Transition t) |
Public Member Functions inherited from System.Automata.TransitionFunction | |
| TransitionFunction (params Transition[] t) | |
| void | Add (Transition t) |
| Add a transition to the function More... | |
| bool | Contains (Transition t) |
| bool | Exists (Predicate< Transition > p) |
| IEnumerator< Transition > | GetEnumerator () |
Public Attributes | |
| new Transition [] | this[State p, char s] => Get(p, s) |
Public Attributes inherited from System.Automata.TransitionFunction | |
| int | Count => Trans.Count |
| Transition | this[State p, char s] => Get(p, s) |
| Get the next state Transition More... | |
Additional Inherited Members | |
Protected Attributes inherited from System.Automata.TransitionFunction | |
| List< Transition > | Trans |
A nondeterministic collection of state transition mappings.
1.8.14