public interface Relation
| Modifier and Type | Method and Description |
|---|---|
boolean |
equivalence(Set<State> nsa,
Set<State> nsb)
Asset the equivalence between two set of states.
|
boolean |
equivalence(State s1,
State s2)
Assert the equivalence between two states.
|
void |
setAutomata(Automaton a1,
Automaton a2)
Sets the context for computing the relation.
|
void setAutomata(Automaton a1, Automaton a2)
equivalence(State,State).a1 - a1a2 - a2boolean equivalence(State s1, State s2)
s1 - s1s2 - s2boolean equivalence(Set<State> nsa, Set<State> nsb)
nsa - a Set of State objects from ansb - a Set of State objects from bCopyright © 2020. All rights reserved.