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


Field Summary
 
Fields inherited from class org.argouml.model.uml.AbstractWellformednessRule
 
Constructor Summary
AssociationEndNamespaceWellformednessRule()
          Constructor for AssociationEndNamespaceWellformednessRule.
AssociationEndNamespaceWellformednessRule(java.lang.String key)
          Constructor for AssociationEndNamespaceWellformednessRule.
 
Method Summary
 boolean isWellformed(java.lang.Object 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(java.lang.Object element,
                            java.lang.Object newValue)
Checks that an associatonends namespace is the same as the owning association has

Specified by:
isWellformed in class AbstractWellformednessRule
See Also:
AbstractWellformednessRule.isWellformed(Object,Object)


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