Modifier and Type | Method and Description |
---|---|
static String |
getTTPath(TransitionTarget tt)
Write out this TransitionTarget location in a XPath style format.
|
static String |
transToString(TransitionTarget from,
TransitionTarget to,
Transition transition,
String event)
Create a human readable log view of this transition.
|
public static String transToString(TransitionTarget from, TransitionTarget to, Transition transition, String event)
from
- The source TransitionTargetto
- The destination TransitionTargettransition
- The Transition that is takenpublic static String getTTPath(TransitionTarget tt)
tt
- The TransitionTarget whose "path" is to neededCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.