public class BinGrex extends net.ericaro.neogrex.Grex<State,Transition>
| Constructor and Description |
|---|
BinGrex() |
BinGrex(Transition t,
State src,
State target) |
| Modifier and Type | Method and Description |
|---|---|
protected Transition |
cloneTransition(Transition t) |
State |
getDest(Transition edge) |
Collection<Transition> |
getOutEdges(State current) |
State |
getSource(Transition edge) |
State |
getStartState() |
Collection<State> |
getStates() |
Collection<Transition> |
getTransitions() |
boolean |
isOutputState(State state) |
protected BinGrex |
newInstance() |
protected State |
newState() |
public BinGrex()
public BinGrex(Transition t, State src, State target)
protected State newState()
newState in class net.ericaro.neogrex.Grex<State,Transition>protected Transition cloneTransition(Transition t)
cloneTransition in class net.ericaro.neogrex.Grex<State,Transition>protected BinGrex newInstance()
newInstance in class net.ericaro.neogrex.Grex<State,Transition>public Collection<Transition> getTransitions()
public Collection<State> getStates()
public State getSource(Transition edge)
public State getDest(Transition edge)
public State getStartState()
public boolean isOutputState(State state)
public Collection<Transition> getOutEdges(State current)
Copyright © 2012. All Rights Reserved.