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

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

Uses of UMLStatement in de.uni_paderborn.fujaba.uml
 

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

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

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLStatement
UMLStatementActivity(UMLStatement state)
          Constructor for class UMLStatementActivity