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

The set of all accepting states. More...

Inheritance diagram for System.Automata.AcceptingStates:
System.Automata.States

Public Member Functions

 AcceptingStates (params State[] q)
 
- Public Member Functions inherited from System.Automata.States
 States (int n)
 Initialize the set with n states name qi for each <![CDATA[i < n]]>. More...
 
 States (params State[] q)
 Initialize the set with the given states. More...
 
void Add (State q)
 Add a state to the set. More...
 
bool Contains (State q)
 Check if the state exists in the set More...
 
IEnumerator< StateGetEnumerator ()
 
override string ToString ()
 

Additional Inherited Members

- Public Attributes inherited from System.Automata.States
int Count => _states.Count
 
State this[int i] => _states[i]
 

Detailed Description

The set of all accepting states.

These states should also be in the set of all states.


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