|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.scxml.env.LogUtils
public final class LogUtils
Helper methods for Commons SCXML logging.
| Method Summary | |
|---|---|
static java.lang.String |
getTTPath(TransitionTarget tt)
Write out this TransitionTarget location in a XPath style format. |
static java.lang.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 java.lang.String transToString(TransitionTarget from,
TransitionTarget to,
Transition transition)
from - The source TransitionTargetto - The destination TransitionTargettransition - The Transition that is taken
public static java.lang.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 | |||||||||