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

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

Uses of StructuralFeature in org.eclipse.uml2.uml
 

Subinterfaces of StructuralFeature in org.eclipse.uml2.uml
 interface ExtensionEnd
           A representation of the model object 'Extension End'
 interface Port
           A representation of the model object 'Port'
 interface Property
           A representation of the model object 'Property'
 

Methods in org.eclipse.uml2.uml that return StructuralFeature
 StructuralFeature StructuralFeatureAction.getStructuralFeature()
          Returns the value of the 'Structural Feature' reference
 StructuralFeature Slot.getDefiningFeature()
          Returns the value of the 'Defining Feature' reference
 

Methods in org.eclipse.uml2.uml with parameters of type StructuralFeature
 void StructuralFeatureAction.setStructuralFeature(StructuralFeature value)
          Sets the value of the 'Structural Feature' reference
 void Slot.setDefiningFeature(StructuralFeature value)
          Sets the value of the 'Defining Feature' reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type StructuralFeature
 boolean UMLValidator.validateStructuralFeature(StructuralFeature structuralFeature, DiagnosticChain diagnostics, Map context)
           
protected  void UMLUtil.PackageMerger.mergeStructuralFeature_IsReadOnly(StructuralFeature receivingStructuralFeature, StructuralFeature mergedStructuralFeature)
           
 Object UMLSwitch.caseStructuralFeature(StructuralFeature object)
          Returns the result of interpretting the object as an instance of 'Structural Feature'
 


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