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

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

Uses of UMLAction in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLAction
private  UMLAction UMLStoryPattern.uMLAction
           0..1 storyPattern 0..1 UMLAction -------------------------------- UMLStoryPattern uMLAction uMLStoryPattern
private  UMLAction UMLMethod.uMLAction
           0..1 method 0..1 UMLAction -------------------------- UMLMethod uMLAction uMLMethod
 

Methods in de.uni_paderborn.fujaba.uml that return UMLAction
 UMLAction UMLStoryPattern.getUMLAction()
          UMLMethod: '+ getUMLAction (): UMLAction'.
 UMLAction UMLMethod.getUMLAction()
          Get the uMLAction attribute of the UMLMethod object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLAction
 boolean UMLStoryPattern.setUMLAction(UMLAction value)
          UMLMethod: '+ setUMLAction (value: UMLAction): Boolean'.
 boolean UMLMethod.setUMLAction(UMLAction value)
          Sets the uMLAction attribute of the UMLMethod object