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

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

Uses of UMLCollabStat in de.uni_paderborn.fujaba.uml
 

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
 UMLCollabStat UMLCollabStat.getPrevCollabStat()
          Get the prevCollabStat attribute of the UMLCollabStat object
 UMLCollabStat UMLCollabStat.getNextCollabStat()
          Get the nextCollabStat attribute of the UMLCollabStat object
 UMLCollabStat UMLCollabStat.createSubStat(java.lang.String path)
          No comment provided by developer, please add a comment to improve documentation.
protected  UMLCollabStat UMLCollabStat.createSubStat(int number, java.lang.String thread)
          No comment provided by developer, please add a comment to improve documentation.
 UMLCollabStat UMLCollabStat.findSubStat(java.lang.String path)
          No comment provided by developer, please add a comment to improve documentation.
 UMLCollabStat UMLCollabStat.findSubStat(int number, java.lang.String thread)
          No comment provided by developer, please add a comment to improve documentation.
 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.addFirstToSubStats(UMLCollabStat elem)
          Access method for a To N-association.
 int UMLCollabStat.indexOfSubStats(UMLCollabStat elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLCollabStat.removeFromSubStats(UMLCollabStat elem)
          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