|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mindswap.pellet.utils.fsm.Transition<T>
public class Transition<T>
Title:
Description:
Copyright: Copyright (c) 2006
Company: Clark & Parsia, LLC.
| Constructor Summary | |
|---|---|
Transition(State<T> t)
/* add edge with epsilon edge |
|
Transition(T name,
State<T> to)
add edge for name from current state to state t on c |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
T |
getName()
|
State<T> |
getTo()
|
int |
hashCode()
|
boolean |
hasName(T c)
|
boolean |
isEpsilon()
|
void |
setTo(State<T> to)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Transition(State<T> t)
public Transition(T name,
State<T> to)
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean isEpsilon()
public State<T> getTo()
public void setTo(State<T> to)
public T getName()
public boolean hasName(T c)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||