|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evelopers.unimod.debug.BreakpointPositions
For any model element returns array of positions, which may be used as breakpoint. It's guaranteed that debugger stops only in these positions.
Method Summary | |
static Position[] |
getPositions(StateMachine sm,
State s)
Returns positions that must be used as breakpoints to stop in given state, before execution of on-enter action |
static Position[] |
getPositions(StateMachine sm,
State s,
Action a)
Returns positions that must be used as breakpoints to stop before execution of given action in given state |
static Position[] |
getPositions(StateMachine sm,
State s,
StateMachine subMachine)
|
static Position[] |
getPositions(StateMachine sm,
Transition t)
Returns positions that must be used as breakpoints to stop on given transition, before calculating guard condition |
static Position[] |
getPositions(StateMachine sm,
Transition t,
Action a,
boolean output)
Returns positions that must be used as breakpoints to stop before execution of input or output action on given transition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Position[] getPositions(StateMachine sm, State s)
s
-
public static Position[] getPositions(StateMachine sm, Transition t)
t
-
public static Position[] getPositions(StateMachine sm, State s, Action a)
s
- a
-
public static Position[] getPositions(StateMachine sm, State s, StateMachine subMachine)
public static Position[] getPositions(StateMachine sm, Transition t, Action a, boolean output)
t
- a
- output
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |