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

Packages that use UMLStoryPattern
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.gxl   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.actions   
 

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.
private  OOGenToken[] UMLStoryPatternOOHandler.insertNegativeBindingsBlock(OOGenToken topToken, 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.gui
 

Fields in de.uni_paderborn.fujaba.gui declared as UMLStoryPattern
private  UMLStoryPattern SDMObjectDialog.storyPattern
          No comment provided by developer, please add a comment to improve documentation.
private  UMLStoryPattern EditCollabStatDialog.myPattern
          No comment provided by developer, please add a comment to improve documentation.
private  UMLStoryPattern CompletionKeyListener.contextStoryPattern
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLStoryPattern in de.uni_paderborn.fujaba.gxl
 

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

Uses of UMLStoryPattern in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLStoryPattern
private  UMLStoryPattern UMLStoryActivity.storyPattern
          No comment provided by developer, please add a comment to improve documentation.
private  UMLStoryPattern UMLCollabStat.myPattern
           0..1 masterCollabStat 0..1 UMLCollabStat ---------------------------------- UMLStoryPattern revMasterCollabStat myPattern
private  UMLStoryPattern UMLAction.uMLStoryPattern
           0..1 storyPattern 0..1 UMLStoryPattern -------------------------------- UMLAction uMLStoryPattern uMLAction
 

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
 

Uses of UMLStoryPattern in de.uni_paderborn.fujaba.uml.actions
 

Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLStoryPattern
private  void LogicalStoryPatternAction.copyLocations(UMLDiagramItem item, UMLDiagramItem newItem, UMLStoryPattern storyPattern, UMLStoryPattern newStoryPattern)
          copy the UnparseInformation from one item to a new one