|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLTransition | |
de.uni_paderborn.fujaba.sequencer | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
Uses of UMLTransition in de.uni_paderborn.fujaba.sequencer |
Methods in de.uni_paderborn.fujaba.sequencer that return UMLTransition | |
UMLTransition |
Sel.getThenUMLTransition()
Get the thenUMLTransitionGuard attribute of the Sel object |
UMLTransition |
Sel.getElseUMLTransition()
Get the elseUMLTransitionGuard attribute of the Sel object |
UMLTransition |
Rep.getLeavingUMLTransition()
Get the leavingUMLTransition attribute of the Rep object |
UMLTransition |
Rep.getNextUMLTransition()
Get the nextUMLTransition attribute of the Rep object |
Constructors in de.uni_paderborn.fujaba.sequencer with parameters of type UMLTransition | |
Sel(FlowActivity flowActivity,
Seq thenSeq,
UMLTransition thenUMLTransition,
Seq elseSeq,
UMLTransition elseUMLTransition)
|
|
Rep(Seq bodySeq,
UMLTransition nextUMLTransition,
UMLTransition leavingUMLTransition,
boolean type)
|
Uses of UMLTransition in de.uni_paderborn.fujaba.uml |
Methods in de.uni_paderborn.fujaba.uml that return UMLTransition | |
UMLTransition |
UMLTransitionGuard.getRevGuard()
Get the revGuard attribute of the UMLTransitionGuard object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLTransition | |
static int |
UMLTransitionGuard.getGuardType(UMLTransition transition)
|
void |
UMLTransitionGuard.setRevGuard(UMLTransition revGuard)
Sets the revGuard attribute of the UMLTransitionGuard object |
boolean |
UMLTransition.looksLike(UMLTransition curTransition)
Same functionality as equals() there are maybe problems with jgl sets work if this method is called equals() |
void |
UMLStopActivity.setExit(UMLTransition elem)
Sets the exit attribute of the UMLStopActivity object |
void |
UMLStartActivity.setEntry(UMLTransition elem)
Sets the entry attribute of the UMLStartActivity object |
boolean |
UMLActivity.addToEntry(UMLTransition value)
Access method for an one to n association. |
boolean |
UMLActivity.hasInEntry(UMLTransition value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLActivity.removeFromEntry(UMLTransition value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLActivity.addToExit(UMLTransition value)
Access method for an one to n association. |
boolean |
UMLActivity.hasInExit(UMLTransition value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLActivity.removeFromExit(UMLTransition value)
No comment provided by developer, please add a comment to improve documentation. |
Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLTransition | |
UMLTransitionGuard(int type,
java.lang.String boolExpr,
UMLTransition revGuard)
Constructor for class UMLTransitionGuard |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |