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

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

Uses of UMLStartActivity in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLStartActivity
 UMLStartActivity UMLMethod.getRevSpec()
          Get the revSpec attribute of the UMLMethod object
 UMLStartActivity UMLClass.getStartOfStateChart()
          Get the startOfStateChart attribute of the UMLClass object
 UMLStartActivity UMLActivityDiagram.getStartActivity()
          Returns the start activity of this diagram
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLStartActivity
 void UMLClass.setStartOfStateChart(UMLStartActivity startOfStateChart)
          Sets the startOfStateChart attribute of the UMLClass object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLStartActivity
UMLMethod(java.lang.String name, boolean umlStatic, int visibility, UMLConstraint constraint, UMLType resultType, UMLStartActivity revSpec)
          Constructor for class UMLMethod