Uses of Class
org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram

Packages that use UMLDeploymentDiagram
org.argouml.uml.cognitive.critics This important package provides many UML critics (which mostly follow the uml well-formedness rules), some uml critic wizards, and support. 
 

Uses of UMLDeploymentDiagram in org.argouml.uml.cognitive.critics
 

Methods in org.argouml.uml.cognitive.critics with parameters of type UMLDeploymentDiagram
 VectorSet CrWrongLinkEnds.computeOffenders(UMLDeploymentDiagram dd)
          If there are links that are going from inside a FigComponent to inside a FigComponentInstance the returned vector-set is not null.
 VectorSet CrWrongDepEnds.computeOffenders(UMLDeploymentDiagram dd)
          If there are deps that are going from inside a FigComponent to inside a FigComponentInstance the returned vector-set is not null.
 VectorSet CrObjectWithoutComponent.computeOffenders(UMLDeploymentDiagram dd)
          If there are objects that are not inside a component or a component-instance the returned vector-set is not null.
 VectorSet CrObjectWithoutClassifier.computeOffenders(UMLDeploymentDiagram dd)
          If there are objects that are not inside a component or a component-instance the returned vector-set is not null.
 VectorSet CrNodeInstanceWithoutClassifier.computeOffenders(UMLDeploymentDiagram dd)
          If there are node-instances that have an enclosing Fig the returned vector-set is not null.
 VectorSet CrNodeInstanceInsideElement.computeOffenders(UMLDeploymentDiagram dd)
          If there are node-instances that have an enclosing Fig the returned vector-set is not null.
 VectorSet CrNodeInsideElement.computeOffenders(UMLDeploymentDiagram dd)
          If there are nodes that have an enclosing Fig the returned vector-set is not null.
 VectorSet CrInterfaceWithoutComponent.computeOffenders(UMLDeploymentDiagram dd)
          If there are interfaces that are not inside a component the returned vector-set is not null.
 VectorSet CrInstanceWithoutClassifier.computeOffenders(UMLDeploymentDiagram dd)
          If there are instances that have no classifiers they belong to the returned vector-set is not null.
 VectorSet CrComponentWithoutNode.computeOffenders(UMLDeploymentDiagram dd)
          If there are components that have no enclosing FigMNode the returned vector-set is not null.
 VectorSet CrComponentInstanceWithoutClassifier.computeOffenders(UMLDeploymentDiagram dd)
          If there are component-instances that have no enclosing FigMNodeInstance the returned vector-set is not null.
 VectorSet CrCompInstanceWithoutNode.computeOffenders(UMLDeploymentDiagram dd)
          If there are component-instances that have no enclosing FigMNodeInstance the returned vector-set is not null.
 VectorSet CrClassWithoutComponent.computeOffenders(UMLDeploymentDiagram dd)
          If there are classes that are not inside a component the returned vector-set is not null.
 



ArgoUML © 1996-2003 (20040216)ArgoUML Project HomeArgoUML Cookbook