|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.commons.scxml.env.LogUtils
Helper methods for Commons SCXML logging.
| Method Summary | |
|---|---|
static String |
getTTPath(TransitionTarget tt)
Write out this TransitionTarget location in a XPath style format. |
static String |
transToString(TransitionTarget from,
TransitionTarget to,
Transition transition)
Create a human readable log view of this transition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static String transToString(TransitionTarget from,
TransitionTarget to,
Transition transition)
from - The source TransitionTargetto - The destination TransitionTargettransition - The Transition that is taken
public static String getTTPath(TransitionTarget tt)
tt - The TransitionTarget whose "path" is to needed
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||