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

Packages that use UMLActivityDiagram
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of UMLActivityDiagram in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLActivityDiagram
 void UMLStatechartOOHandler.removeGeneratedElements(UMLActivityDiagram diagram)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLStatechartOOHandler.handleModelElements(UMLActivityDiagram diagram, boolean remove)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.StringBuffer UMLMethodOOHandler.generateCode(UMLActivityDiagram activityDiagram)
          No comment provided by developer, please add a comment to improve documentation.
 OOStatement[] UMLActivityDiagramOOHandler.generateVariableDeclaration(UMLActivityDiagram theDiagram)
          This method generates the variable declaration for the variables in the toDeclaredVariables TreeSet.
 

Uses of UMLActivityDiagram in de.uni_paderborn.fujaba.uml
 

Subclasses of UMLActivityDiagram in de.uni_paderborn.fujaba.uml
 class UMLStatechart
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.uml that return UMLActivityDiagram
 UMLActivityDiagram UMLMethod.getStoryDiag()
          Get the storyDiag attribute of the UMLMethod object
 UMLActivityDiagram UMLMethod.getStoryDiagram()
          Get the storyDiagram attribute of the UMLMethod object
 UMLActivityDiagram UMLMethod.createStoryDiagram()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivityDiagram UMLComplexState.getFirstFromContains()
          Get the firstFromContains attribute of the UMLComplexState object
 UMLActivityDiagram UMLComplexState.getLastFromContains()
          Get the lastFromContains attribute of the UMLComplexState object
 UMLActivityDiagram UMLClass.getStoryDiagram()
          Deprecated. use UMLClass.getStatechart()
 UMLActivityDiagram UMLActivityDiagram.findActivityDiagramOfMasterState()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivityDiagram UMLActivity.getActivityDiagram()
          Returns either the activity diagram in which this activity is contained or zero.
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLActivityDiagram
 void UMLMethod.setStoryDiag(UMLActivityDiagram storyDiag)
          Sets the revSpec attribute of the UMLMethod object
 void UMLComplexState.addToContains(UMLActivityDiagram elem)
          Access method for an one to n association.
 boolean UMLComplexState.hasInContains(UMLActivityDiagram elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLComplexState.removeFromContains(UMLActivityDiagram elem)
          No comment provided by developer, please add a comment to improve documentation.