|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgecco.server.automaton.AutomatonEvent
An AutomatonEvent is an event that affects an automaton.
Constructor Summary | |
AutomatonEvent(String eventName,
int factor)
Constructor for the AutomatonEvent object |
Method Summary | |
String |
getEventName()
Gets the EventName attribute of the AutomatonEvent object |
int |
getFactor()
Gets the Factor attribute of the AutomatonEvent object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AutomatonEvent(String eventName, int factor)
eventName
- The name of the eventfactor
- The factor of the eventMethod Detail |
public String getEventName()
public int getFactor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |