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

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

Uses of ReadExtentAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ReadExtentAction
 ReadExtentAction UMLFactory.createReadExtentAction()
          Returns a new object of class 'Read Extent Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ReadExtentAction
 boolean UMLValidator.validateReadExtentAction(ReadExtentAction readExtentAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateReadExtentAction_validateTypeIsClassifier(ReadExtentAction readExtentAction, DiagnosticChain diagnostics, Map context)
          Validates the validateTypeIsClassifier constraint of 'Read Extent Action'
 boolean UMLValidator.validateReadExtentAction_validateMultiplicityOfResult(ReadExtentAction readExtentAction, DiagnosticChain diagnostics, Map context)
          Validates the validateMultiplicityOfResult constraint of 'Read Extent Action'
 Object UMLSwitch.caseReadExtentAction(ReadExtentAction object)
          Returns the result of interpretting the object as an instance of 'Read Extent Action'
 


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