|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.discotools.fsm.FsmAction
org.discotools.fsm.FsmMatcherAction
public class FsmMatcherAction
Field Summary |
---|
Fields inherited from class org.discotools.fsm.FsmAction |
---|
label, name |
Constructor Summary | |
---|---|
FsmMatcherAction(String action,
Pattern pattern)
|
|
FsmMatcherAction(String action,
String label,
Pattern pattern)
|
Method Summary | |
---|---|
boolean |
handles(String action)
|
Methods inherited from class org.discotools.fsm.FsmAction |
---|
execute, getLabel, getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FsmMatcherAction(String action, Pattern pattern)
public FsmMatcherAction(String action, String label, Pattern pattern)
Method Detail |
---|
public boolean handles(String action)
handles
in class FsmAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |