|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSEdit.SElement
SEdit.SNode
SEdit.SimpleNode
SEdit.Formalisms.StateTransition.SimpleTransition
SEdit.Formalisms.Automaton.AutomatonTransition
public class AutomatonTransition
CLASSE AutomatonTransition
| Field Summary | |
|---|---|
boolean |
activated
|
char |
c
|
java.lang.String |
currentWord
|
| Fields inherited from class SEdit.SimpleNode |
|---|
inArrows, outArrows |
| Fields inherited from class SEdit.SElement |
|---|
comment, descriptor, element, id, label, persistent, structure |
| Constructor Summary | |
|---|---|
AutomatonTransition()
|
|
| Method Summary | |
|---|---|
char |
getTransitionValue()
Get the value of c. |
void |
setTransitionValue(char v)
Set the value of c. |
void |
validate()
|
void |
wakeUp(java.lang.String w)
|
| Methods inherited from class SEdit.Formalisms.StateTransition.SimpleTransition |
|---|
isConnectable |
| Methods inherited from class SEdit.SimpleNode |
|---|
addInArrow, addOutArrow, delete, deleteInArrow, deleteOutArrow, getInArrows, getInArrows, getOutArrows, getOutArrows, toString |
| Methods inherited from class SEdit.SNode |
|---|
activate, initGraphics, reInstall |
| Methods inherited from class SEdit.SElement |
|---|
dump, getComment, getDescriptor, getGObject, getID, getLabel, getStructure, init, inspect, setComment, setDescriptor, setGObject, setID, setLabel, setStructure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean activated
public java.lang.String currentWord
public char c
| Constructor Detail |
|---|
public AutomatonTransition()
| Method Detail |
|---|
public char getTransitionValue()
public void setTransitionValue(char v)
v - Value to assign to c.public void wakeUp(java.lang.String w)
public void validate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||