| java.lang.Object org.apache.commons.scxml.env.LogUtils
LogUtils | final public class LogUtils (Code) | | Helper methods for Commons SCXML logging.
|
getTTPath | public static String getTTPath(TransitionTarget tt)(Code) | | Write out this TransitionTarget location in a XPath style format.
Parameters: tt - The TransitionTarget whose "path" is to needed String The XPath style location of the TransitionTarget withinthe SCXML document |
transToString | public static String transToString(TransitionTarget from, TransitionTarget to, Transition transition)(Code) | | Create a human readable log view of this transition.
Parameters: from - The source TransitionTarget Parameters: to - The destination TransitionTarget Parameters: transition - The Transition that is taken String The human readable log entry |
|
|