Uses of Interface
org.eclipse.uml2.StructuralFeature

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

Uses of StructuralFeature in org.eclipse.uml2
 

Subinterfaces of StructuralFeature in org.eclipse.uml2
 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 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 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.util
 

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


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