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

Packages that use UMLActivityDiagram
de.uni_paderborn.fujaba.codegen   
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 UMLActivityDiagram in de.uni_paderborn.fujaba.codegen
 

Fields in de.uni_paderborn.fujaba.codegen declared as UMLActivityDiagram
private  UMLActivityDiagram UMLStatechartOOHandler.activityDiagram
          No comment provided by developer, please add a comment to improve documentation.
 

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.
private  void UMLStatechartOOHandler.handleMethod(UMLActivityDiagram diagram, FClass target, FMethod umlMethod, boolean complexMethod, 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.gui
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLActivityDiagram
private  void StopActivityPanel.fillObjectsComboBox(UMLActivityDiagram diag)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLActivityDiagram in de.uni_paderborn.fujaba.gxl
 

Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLActivityDiagram
private  boolean UMLActivityDiagramFilter.verifyUMLActivityDiagram(UMLActivityDiagram vObject)
          No comment provided by developer, please add a comment to improve documentation.
 

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.
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLActivityDiagram
private  UMLActivityDiagram UMLMethod.storyDiag
          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.
 

Uses of UMLActivityDiagram in de.uni_paderborn.fujaba.uml.actions
 

Fields in de.uni_paderborn.fujaba.uml.actions declared as UMLActivityDiagram
(package private)  UMLActivityDiagram CreateSuccessorAbstractAction.diagram
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLActivityDiagram
private  void RemoveGeneratedMethodsAction.removeStatechartMethods(UMLActivityDiagram statechart)
          No comment provided by developer, please add a comment to improve documentation.
private  UMLStatechartOOHandler RemoveGeneratedMethodsAction.findStatechartOOHandler(UMLActivityDiagram statechart)
          No comment provided by developer, please add a comment to improve documentation.