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

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

Uses of UMLStatementActivity in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLStatementActivity
 UMLStatementActivity UMLStatement.getActivity()
          Get the activity attribute of the UMLStatement object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLStatementActivity
 void UMLStatement.setActivity(UMLStatementActivity activity)
          Sets the activity attribute of the UMLStatement object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLStatementActivity
UMLStatement(java.lang.String statement, UMLStatementActivity activity)
          Constructor for class UMLStatement