SEdit.Formalisms.Automaton
Class AutomatonState
java.lang.Object
SEdit.SElement
SEdit.SNode
SEdit.SimpleNode
SEdit.Formalisms.StateTransition.SimpleState
SEdit.Formalisms.Automaton.AutomatonState
- public class AutomatonState
- extends SimpleState
CLASSE AutomatonState
Methods inherited from class SEdit.SimpleNode |
addInArrow, addOutArrow, delete, deleteInArrow, deleteOutArrow, getInArrows, getInArrows, getOutArrows, getOutArrows, isConnectable, toString |
Methods inherited from class SEdit.SElement |
dump, getComment, getDescriptor, getGObject, getID, getLabel, getStructure, init, inspect, setComment, setDescriptor, setGObject, setID, setLabel, setStructure |
AutomatonState
public AutomatonState()
getWord
public String getWord()
- Get the value of word.
- Returns:
- Value of word.
setWord
public void setWord(String v)
- Set the value of word.
- Parameters:
v
- Value to assign to word.
activate
public void activate()
- Overrides:
activate
in class SNode
produce
public void produce(String w)
Copyright © J. Ferber, O. Gutknecht All Rights Reserved.