uci.uml.Foundation.Core
Interface Namespace
- All Known Subinterfaces:
- GeneralizableElement, MMPackage
- All Known Implementing Classes:
- NamespaceImpl
- public abstract interface Namespace
- extends ModelElement, Serializable
| Methods inherited from interface uci.uml.Foundation.Core.ModelElement |
addBehavior,
addProvision,
addRequirement,
addVetoableChangeListener,
getBehavior,
getConstraint,
getElementOwnership,
getElementReference,
getNamespace,
getOCLTypeStr,
getProvision,
getRequirement,
getStereotype,
getTemplate,
getTemplateParameter,
prepareForTrash,
recoverFromTrash,
removeBehavior,
removeProvision,
removeRequirement,
removeVetoableChangeListener,
setBehavior,
setConstraint,
setElementOwnership,
setElementReference,
setNamespace,
setProvision,
setRequirement,
setStereotype,
setTemplate,
setTemplateParameter |
serialVersionUID
public static final long serialVersionUID
getOwnedElement
public Vector getOwnedElement()
setOwnedElement
public void setOwnedElement(Vector x)
throws PropertyVetoException
addOwnedElement
public void addOwnedElement(ElementOwnership x)
throws PropertyVetoException
removeOwnedElement
public void removeOwnedElement(ElementOwnership x)
throws PropertyVetoException
addPublicOwnedElement
public void addPublicOwnedElement(ModelElement x)
throws PropertyVetoException
addProtectedOwnedElement
public void addProtectedOwnedElement(ModelElement x)
throws PropertyVetoException
addPrivateOwnedElement
public void addPrivateOwnedElement(ModelElement x)
throws PropertyVetoException
findElementNamed
public ElementOwnership findElementNamed(String s)