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
 

Subclasses of UMLStatementActivity in de.uni_paderborn.fujaba.uml
 class UMLNGStatementActivity
          Deprecated. will be removed soon
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLStatementActivity
private  UMLStatementActivity UMLStatement.activity
          No comment provided by developer, please add a comment to improve documentation.
 

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