Uses of Class
de.uni_paderborn.fujaba.packagediagrams.DiagramUsage

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

Uses of DiagramUsage in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type DiagramUsage
 boolean UMLDiagram.isCyclic(DiagramUsage candidate)
          Checks for the possibility of creating cyclic DiagramUsage's BEFORE they are created, by recursively comparing DiagramUsage candidate with those contained in UMLDiagram this.
 boolean UMLDiagram.hasInUsages(DiagramUsage value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLDiagram.addToUsages(DiagramUsage value)
          Access method for an one to n association.
 boolean UMLDiagram.removeFromUsages(DiagramUsage value)
          No comment provided by developer, please add a comment to improve documentation.