Automata  1.0
Public Member Functions | Public Attributes | List of all members
System.Automata.NondeterministicTransitionFunction Class Reference

A nondeterministic collection of state transition mappings. More...

Inheritance diagram for System.Automata.NondeterministicTransitionFunction:
System.Automata.TransitionFunction

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< TransitionGetEnumerator ()
 

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< TransitionTrans
 

Detailed Description

A nondeterministic collection of state transition mappings.


The documentation for this class was generated from the following file: