Uses of Class
edu.umass.cs.sase.query.State

Packages that use State
edu.umass.cs.sase.query   
 

Uses of State in edu.umass.cs.sase.query
 

Methods in edu.umass.cs.sase.query that return State
 State NFA.getNegationState()
           
 State[] NFA.getStates()
           
 State NFA.getStates(int order)
           
 

Methods in edu.umass.cs.sase.query with parameters of type State
 void NFA.setNegationState(State negationState)
           
 void NFA.setStates(State[] states)