Uses of Interface
org.eclipse.uml2.Feature

Packages that use Feature
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Feature in org.eclipse.uml2
 

Subinterfaces of Feature in org.eclipse.uml2
 interface BehavioralFeature
           A representation of the model object 'Behavioral Feature'
 interface Connector
           A representation of the model object 'Connector'
 interface ExtensionEnd
           A representation of the model object 'Extension End'
 interface Operation
           A representation of the model object 'Operation'
 interface Port
           A representation of the model object 'Port'
 interface Property
           A representation of the model object 'Property'
 interface Reception
           A representation of the model object 'Reception'
 interface StructuralFeature
           A representation of the model object 'Structural Feature'
 

Methods in org.eclipse.uml2 that return Feature
 Feature Classifier.getFeature(String unqualifiedName)
          Retrieves the Feature with the specified name from the 'Feature' reference list
 

Uses of Feature in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Feature
 boolean UML2Validator.validateFeature(Feature feature, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseFeature(Feature object)
          Returns the result of interpretting the object as an instance of 'Feature'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.