|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLComplexState | |
de.uni_paderborn.fujaba.gui | Graphical User Interface |
de.uni_paderborn.fujaba.gxl | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
de.uni_paderborn.fujaba.uml.actions |
Uses of UMLComplexState in de.uni_paderborn.fujaba.gui |
Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLComplexState | |
private void |
StateActivityPanel.writeAttributesToState(UMLComplexState state)
No comment provided by developer, please add a comment to improve documentation. |
Uses of UMLComplexState in de.uni_paderborn.fujaba.gxl |
Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLComplexState | |
private boolean |
UMLActivityDiagramFilter.verifyUMLComplexState(UMLComplexState vObject)
No comment provided by developer, please add a comment to improve documentation. |
Uses of UMLComplexState in de.uni_paderborn.fujaba.uml |
Fields in de.uni_paderborn.fujaba.uml declared as UMLComplexState | |
private UMLComplexState |
UMLStoryActivity.revStory
1 story 0..1 UMLStoryActivity --------------------- UMLComplexState + + |
private UMLComplexState |
UMLActivityDiagram.revContains
0..1 Contains n UMLComplexState --------------------------- UMLActivityDiagram revContains contains |
Methods in de.uni_paderborn.fujaba.uml that return UMLComplexState | |
UMLComplexState |
UMLStoryActivity.getRevStory()
Get the revStory attribute of the UMLStoryActivity object |
UMLComplexState |
UMLStatechart.getInitialState()
Return the initial state of this statechart. |
UMLComplexState |
UMLActivityDiagram.getRevContains()
Get the revContains attribute of the UMLActivityDiagram object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLComplexState | |
void |
UMLStoryActivity.setRevStory(UMLComplexState revStory)
Sets the revStory attribute of the UMLStoryActivity object |
void |
UMLActivityDiagram.setRevContains(UMLComplexState elem)
Sets the revContains attribute of the UMLActivityDiagram object |
Uses of UMLComplexState in de.uni_paderborn.fujaba.uml.actions |
Methods in de.uni_paderborn.fujaba.uml.actions that return UMLComplexState | |
UMLComplexState |
Trace.createState(UMLStatechart statechart)
No comment provided by developer, please add a comment to improve documentation. |
static UMLComplexState |
NewStateAction.createState(UMLDiagram diagram,
java.lang.String name)
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLComplexState | |
boolean |
Trace.matches(UMLComplexState state)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
Trace.remove(UMLComplexState state)
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
Trace.matchremove(UMLComplexState state,
boolean remove)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
Trace.startsWith(UMLComplexState state)
Check if state can be entered when executing trace. |
UMLTransition |
Trace.createTransition(UMLStatechart statechart,
UMLComplexState source)
No comment provided by developer, please add a comment to improve documentation. |
UMLTransition |
Trace.getLeavingTransitionHavingNoEvent(UMLComplexState state)
Get the leavingTransitionHavingNoEvent attribute of the Trace object |
boolean |
Trace.hasLeavingTransitions(UMLComplexState state)
No comment provided by developer, please add a comment to improve documentation. |
(package private) boolean |
MergeSequenceDiagramIntoStateChartAction.mergeTraceIntoStatechart(UMLStatechart statechart,
Trace trace,
UMLComplexState state,
boolean allowNewLeavingTransition,
java.lang.String prefix)
Merge trace into statechart. state already exists and is already "walked along", i.e. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |