Uses of Interface
org.eclipse.uml2.uml.Feature

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

Uses of Feature in org.eclipse.uml2.uml
 

Subinterfaces of Feature in org.eclipse.uml2.uml
 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.uml that return Feature
 Feature Classifier.getFeature(String name)
          Retrieves the first Feature with the specified 'Name' from the 'Feature' reference list
 Feature Classifier.getFeature(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first Feature with the specified 'Name' from the 'Feature' reference list
 

Uses of Feature in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Feature
 boolean UMLValidator.validateFeature(Feature feature, DiagnosticChain diagnostics, Map context)
           
protected static EList UMLUtil.getRedefinedFeatures(Feature feature)
           
protected static boolean UMLUtil.isRedefinitionValid(Feature redefiningFeature, Feature redefinedFeature)
           
protected static Collection UMLUtil.findValidRedefinitions(Feature redefiningFeature, String name)
           
protected static Collection UMLUtil.findValidRedefinitions(Collection redefinedFeatures, Feature redefiningFeature, String name, Classifier redefinitionContext)
           
 Object UMLSwitch.caseFeature(Feature object)
          Returns the result of interpretting the object as an instance of 'Feature'
 


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