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

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

Uses of ReadSelfAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ReadSelfAction
 ReadSelfAction UMLFactory.createReadSelfAction()
          Returns a new object of class 'Read Self Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ReadSelfAction
 boolean UMLValidator.validateReadSelfAction(ReadSelfAction readSelfAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateReadSelfAction_validateContained(ReadSelfAction readSelfAction, DiagnosticChain diagnostics, Map context)
          Validates the validateContained constraint of 'Read Self Action'
 boolean UMLValidator.validateReadSelfAction_validateNotStatic(ReadSelfAction readSelfAction, DiagnosticChain diagnostics, Map context)
          Validates the validateNotStatic constraint of 'Read Self Action'
 boolean UMLValidator.validateReadSelfAction_validateType(ReadSelfAction readSelfAction, DiagnosticChain diagnostics, Map context)
          Validates the validateType constraint of 'Read Self Action'
 boolean UMLValidator.validateReadSelfAction_validateMultiplicity(ReadSelfAction readSelfAction, DiagnosticChain diagnostics, Map context)
          Validates the validateMultiplicity constraint of 'Read Self Action'
 Object UMLSwitch.caseReadSelfAction(ReadSelfAction object)
          Returns the result of interpretting the object as an instance of 'Read Self Action'
 


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