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

Packages that use UMLCollabStat
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of UMLCollabStat in de.uni_paderborn.fujaba.gui
 

Fields in de.uni_paderborn.fujaba.gui declared as UMLCollabStat
(package private)  UMLCollabStat EditCollabStatDialog.masterCollabStat
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLCollabStat
(package private)  void EditCollabStatDialog.fillFieldsFromCollabStat(UMLCollabStat collabStat)
          No comment provided by developer, please add a comment to improve documentation.
(package private)  void EditCollabStatDialog.removeCollabStat(UMLCollabStat collabStat)
          No comment provided by developer, please add a comment to improve documentation.
(package private)  void EditCollabStatDialog.writeFieldsToCollabStat(UMLCollabStat collabStat)
          No comment provided by developer, please add a comment to improve documentation.
private  void EditCollabStatDialog.collectCollabStats(UMLCollabStat master)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLCollabStat in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLCollabStat
private  UMLCollabStat UMLStoryPattern.revMasterCollabStat
           1 masterCollabStat 1 UMLStoryPattern -------------------------- UMLCollabStat + myPattern +
private  UMLCollabStat UMLDiagram.collabStat
           0..1 masterCollabStat 0..1 UMLCollabStat -------------------------------- UMLDiagram collabStat diag
private  UMLCollabStat UMLCollabStat.fatherStat
           0..n subStats 0..1 UMLCollabStat -------------------------- UMLCollabStat subStats fatherStat
 

Methods in de.uni_paderborn.fujaba.uml that return UMLCollabStat
 UMLCollabStat UMLStoryPattern.getRevMasterCollabStat()
          Get the revMasterCollabStat attribute of the UMLStoryPattern object
 UMLCollabStat UMLObject.getLastFromCollabStats()
          Get the lastFromCollabStats attribute of the UMLObject object
 UMLCollabStat UMLObject.getFirstFromCollabStats()
          Get the firstFromCollabStats attribute of the UMLObject object
 UMLCollabStat UMLObject.getLastCallSourceFromCollabStats()
          Get the lastCallSourceFromCollabStats attribute of the UMLObject object
 UMLCollabStat UMLObject.getFirstFromCallSourceCollabStats()
          Get the firstFromCallSourceCollabStats attribute of the UMLObject object
 UMLCollabStat UMLDiagram.getCollabStat()
          Get the collabStat attribute of the UMLDiagram object
 UMLCollabStat UMLCollabStat.getFatherStat()
          Get the fatherStat attribute of the UMLCollabStat object
 UMLCollabStat UMLCollabStat.getLastOfSubStats()
          Get the lastOfSubStats attribute of the UMLCollabStat object
 UMLCollabStat UMLCollabStat.getPrevFromPreorderEnum()
          Get the prevFromPreorderEnum attribute of the UMLCollabStat object
 UMLCollabStat UMLCollabStat.getNextFromPreorderEnum()
          Get the nextFromPreorderEnum attribute of the UMLCollabStat object
private  UMLCollabStat UMLCollabStat.getNextFromPreorderEnum(UMLCollabStat collabStat)
          Get the nextFromPreorderEnum attribute of the UMLCollabStat object
 UMLCollabStat UMLCollabStat.getPrevCollabStat()
          Get the prevCollabStat attribute of the UMLCollabStat object
 UMLCollabStat UMLCollabStat.getNextCollabStat()
          Get the nextCollabStat attribute of the UMLCollabStat object
 UMLCollabStat UMLCollabStat.getRootFatherStat()
          Get the rootFatherStat attribute of the UMLCollabStat object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLCollabStat
 void UMLStoryPattern.setRevMasterCollabStat(UMLCollabStat revMasterCollabStat)
          Sets the revMasterCollabStat attribute of the UMLStoryPattern object
 boolean UMLObject.hasInCollabStats(UMLCollabStat value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLObject.addToCollabStats(UMLCollabStat value)
          Access method for an one to n association.
 boolean UMLObject.removeFromCollabStats(UMLCollabStat value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLObject.hasInCallSourceCollabStats(UMLCollabStat value)
          UMLMethod: '+ hasInCallSourceCollabStats (value: UMLCollabStat): Boolean'
 boolean UMLObject.addToCallSourceCollabStats(UMLCollabStat value)
          UMLMethod: '+ addToCallSourceCollabStats (value: UMLCollabStat): Boolean'
 boolean UMLObject.removeFromCallSourceCollabStats(UMLCollabStat value)
          UMLMethod: '+ removeFromCollabStats (value: UMLCollabStat): Boolean'
 boolean UMLDiagram.setCollabStat(UMLCollabStat value)
          Sets the collabStat attribute of the UMLDiagram object
 void UMLCollabStat.setFatherStat(UMLCollabStat fatherStat)
          Sets the fatherStat attribute of the UMLCollabStat object
 boolean UMLCollabStat.hasInSubStats(UMLCollabStat elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLCollabStat.addToSubStats(UMLCollabStat elem)
          Access method for an one to n association.
 void UMLCollabStat.removeFromSubStats(UMLCollabStat elem)
          No comment provided by developer, please add a comment to improve documentation.
private  UMLCollabStat UMLCollabStat.getNextFromPreorderEnum(UMLCollabStat collabStat)
          Get the nextFromPreorderEnum attribute of the UMLCollabStat object
private  void UMLCollabStat.collectCollabStats(de.upb.tools.fca.FTreeSet statSet, UMLCollabStat fatherCollabStat)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLCollabStat
UMLCollabStat(UMLCollabStat father, UMLObject src, UMLObject tgt, UMLDiagram diag)
          Constructor for class UMLCollabStat