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

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

Uses of UMLStoryPattern in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLStoryPattern
protected  OOGenToken UMLStoryPatternOOHandler.generateCodeForLinks(java.util.LinkedList availableLinks, OOGenToken top, UMLStoryPattern thePattern)
          No comment provided by developer, please add a comment to improve documentation.
protected  OOGenToken[] UMLStoryPatternOOHandler.generateCodeForLink(UMLStoryPattern thePattern, OOGenToken top, UMLLink umlLink)
          No comment provided by developer, please add a comment to improve documentation.
protected  OOGenToken UMLStoryPatternOOHandler.generateCodeForMultiLink(UMLStoryPattern thePattern, OOGenToken top, UMLMultiLink multiLink)
          No comment provided by developer, please add a comment to improve documentation.
protected  OOGenToken UMLStoryPatternOOHandler.markObjectAsBound(UMLStoryPattern thePattern, OOGenToken prevToken, UMLObject object)
          No comment provided by developer, please add a comment to improve documentation.
 de.upb.tools.fca.FTreeSet UMLStoryPatternOOHandler.getIsomorphicBindings(UMLStoryPattern thePattern, java.lang.String typeName, java.lang.String objectName)
          Get the isomorphicBindings attribute of the UMLStoryPatternOOHandler object
 OOGenToken UMLStoryPatternOOHandler.findBoundObjectsAndAvailableLink(UMLStoryPattern thePattern, OOGenToken prevToken)
          No comment provided by developer, please add a comment to improve documentation.
protected  OOGenToken UMLStoryPatternOOHandler.generateCodeForModifiedItems(UMLStoryPattern thePattern, OOGenToken prevToken)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLStoryPatternOOHandler.addAvailableLinks(UMLStoryPattern thePattern, UMLObject object)
          Access method for an one to n association.
 

Uses of UMLStoryPattern in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLStoryPattern
 UMLStoryPattern UMLStoryActivity.getStoryPattern()
          Get the storyPattern attribute of the UMLStoryActivity object
 UMLStoryPattern UMLCollabStat.getMyPattern()
          Get the myPattern attribute of the UMLCollabStat object
 UMLStoryPattern UMLCollabStat.findStoryPattern()
          No comment provided by developer, please add a comment to improve documentation.
 UMLStoryPattern UMLAction.getUMLStoryPattern()
          UMLMethod: '+ getUMLStoryPattern (): UMLStoryPattern'.
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLStoryPattern
 void UMLStoryActivity.setStoryPattern(UMLStoryPattern storyPattern)
          Sets the storyPattern attribute of the UMLStoryActivity object
 void UMLCollabStat.setMyPattern(UMLStoryPattern myPattern)
          Sets the myPattern attribute of the UMLCollabStat object
 boolean UMLAction.setUMLStoryPattern(UMLStoryPattern value)
          UMLMethod: '+ setUMLStoryPattern (value: UMLStoryPattern): Boolean'.
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLStoryPattern
UMLStoryActivity(boolean forEach, UMLStoryPattern storyPattern)
          Constructor for class UMLStoryActivity
UMLAction(UMLStoryPattern action)
          Constructor for class UMLAction