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

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

Uses of ReadStructuralFeatureAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ReadStructuralFeatureAction
 ReadStructuralFeatureAction UMLFactory.createReadStructuralFeatureAction()
          Returns a new object of class 'Read Structural Feature Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ReadStructuralFeatureAction
 boolean UMLValidator.validateReadStructuralFeatureAction(ReadStructuralFeatureAction readStructuralFeatureAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateReadStructuralFeatureAction_validateTypeAndOrdering(ReadStructuralFeatureAction readStructuralFeatureAction, DiagnosticChain diagnostics, Map context)
          Validates the validateTypeAndOrdering constraint of 'Read Structural Feature Action'
 boolean UMLValidator.validateReadStructuralFeatureAction_validateMultiplicity(ReadStructuralFeatureAction readStructuralFeatureAction, DiagnosticChain diagnostics, Map context)
          Validates the validateMultiplicity constraint of 'Read Structural Feature Action'
 Object UMLSwitch.caseReadStructuralFeatureAction(ReadStructuralFeatureAction object)
          Returns the result of interpretting the object as an instance of 'Read Structural Feature Action'
 


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