Uses of Class
org.argouml.model.uml.AbstractWellformednessRule

Packages that use AbstractWellformednessRule
org.argouml.model.uml.foundation.core Factory and support methods for the Foundation::Core component of the OMG UML metamodel. 
org.argouml.uml.ui = PROPERTIES PANELS, this and sub-packages contain an implementation of prop panels (in swing) for nearly all UML model elements; also all supporting models and actions. 
 

Uses of AbstractWellformednessRule in org.argouml.model.uml.foundation.core
 

Subclasses of AbstractWellformednessRule in org.argouml.model.uml.foundation.core
 class AssociationEndAggregationWellformednessRule
          Checks that there is at most one associationend within an association an aggregation or composite.
 class AssociationEndNamespaceWellformednessRule
          Checks that an associatonends namespace is the same as the owning association has
 class AssociationEndNameWellformednessRule
          Checks that all associationends have an unique name in an association
 class AssociationNamespaceWellformednessRule
          Checks that an associatons namespace is the same as the type it connects to
 

Uses of AbstractWellformednessRule in org.argouml.uml.ui
 

Fields in org.argouml.uml.ui declared as AbstractWellformednessRule
private  AbstractWellformednessRule[] UMLEnumerationBooleanProperty._wellformednessRules
          Deprecated. wellformednessRules are rules that should be hold true if the property is set they are defined in the model helpers (CoreHelper etc) and conform to the wellformednessRules defined in the UML 1.3 spec They are of the form: wellformednessRule(modelelement, newvalue)
 

Constructors in org.argouml.uml.ui with parameters of type AbstractWellformednessRule
UMLEnumerationBooleanProperty(java.lang.String propertyName, java.lang.Class elementClass, java.lang.String getMethod, java.lang.String setMethod, java.lang.Object enumClass, java.lang.Object trueValue, java.lang.Object falseValue, AbstractWellformednessRule[] wellformednessRules)
          Deprecated.  
 



ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook