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

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

Uses of ExceptionHandler in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ExceptionHandler
 ExceptionHandler UMLFactory.createExceptionHandler()
          Returns a new object of class 'Exception Handler'
 ExceptionHandler ExecutableNode.createHandler()
          Creates a new ExceptionHandler and appends it to the 'Handler' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ExceptionHandler
 org.eclipse.emf.common.util.EList<ExceptionHandler> ExecutableNode.getHandlers()
          Returns the value of the 'Handler' containment reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ExceptionHandler
 T UMLSwitch.caseExceptionHandler(ExceptionHandler object)
          Returns the result of interpreting the object as an instance of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateEdgeSourceTarget(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateEdgeSourceTarget constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateExceptionBody(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateExceptionBody constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateOneInput(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOneInput constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateResultPins(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateResultPins constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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