Uses of Class
de.uni_paderborn.fujaba.uml.UMLComplexState

Packages that use UMLComplexState
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.actions   
 

Uses of UMLComplexState in de.uni_paderborn.fujaba.uml
 

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
static UMLComplexState NewStateAction.createState(UMLDiagram diagram, java.lang.String name)
          No comment provided by developer, please add a comment to improve documentation.