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

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

Uses of UMLStatement in de.uni_paderborn.fujaba.gxl
 

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

Uses of UMLStatement in de.uni_paderborn.fujaba.uml
 

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

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