org.argouml.model.uml.foundation.core
Class AssociationEndNamespaceWellformednessRule

java.lang.Object
  |
  +--org.argouml.model.uml.AbstractWellformednessRule
        |
        +--org.argouml.model.uml.foundation.core.AssociationEndNamespaceWellformednessRule

public class AssociationEndNamespaceWellformednessRule
extends AbstractWellformednessRule

Checks that an associatonends namespace is the same as the owning association has


Constructor Summary
AssociationEndNamespaceWellformednessRule()
          Constructor for AssociationEndNamespaceWellformednessRule.
AssociationEndNamespaceWellformednessRule(java.lang.String key)
          Constructor for AssociationEndNamespaceWellformednessRule.
 
Method Summary
 boolean isWellformed(ru.novosoft.uml.MBase element, java.lang.Object newValue)
          Checks that an associatonends namespace is the same as the owning association has
 
Methods inherited from class org.argouml.model.uml.AbstractWellformednessRule
getUserMessage, setUserMessageKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationEndNamespaceWellformednessRule

public AssociationEndNamespaceWellformednessRule(java.lang.String key)
Constructor for AssociationEndNamespaceWellformednessRule.
Parameters:
key -  

AssociationEndNamespaceWellformednessRule

public AssociationEndNamespaceWellformednessRule()
Constructor for AssociationEndNamespaceWellformednessRule.
Method Detail

isWellformed

public boolean isWellformed(ru.novosoft.uml.MBase element,
                            java.lang.Object newValue)
Checks that an associatonends namespace is the same as the owning association has
Overrides:
isWellformed in class AbstractWellformednessRule
See Also:
AbstractWellformednessRule.isWellformed(MBase, Object)


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook