org.omg.uml.foundation.core
Interface Classifier

All Superinterfaces:
Element, GeneralizableElement, ModelElement, Namespace, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
Actor, Artifact, AssociationClass, ClassifierInState, ClassifierRole, Component, DataType, Enumeration, Interface, Node, Primitive, ProgrammingLanguageDataType, Signal, Subsystem, UmlClass, UmlException, UseCase

public interface Classifier
extends GeneralizableElement, Namespace

Classifier object instance interface.


Method Summary
 List getFeature()
          Returns the value of reference feature.
 Collection getPowertypeRange()
          Returns the value of reference powertypeRange.
 
Methods inherited from interface org.omg.uml.foundation.core.GeneralizableElement
getGeneralization, isAbstract, isLeaf, isRoot, setAbstract, setLeaf, setRoot
 
Methods inherited from interface org.omg.uml.foundation.core.ModelElement
getClientDependency, getComment, getConstraint, getName, getNamespace, getSourceFlow, getStereotype, getTaggedValue, getTargetFlow, getTemplateParameter, getVisibility, isSpecification, setName, setNamespace, setSpecification, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.omg.uml.foundation.core.Namespace
getOwnedElement
 

Method Detail

getFeature

public List getFeature()
Returns the value of reference feature.

Returns:
Value of reference feature.

getPowertypeRange

public Collection getPowertypeRange()
Returns the value of reference powertypeRange.

Returns:
Value of reference powertypeRange.