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_validateExceptionInputType(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateExceptionInputType constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateHandlerBodyEdges(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateHandlerBodyEdges constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateHandlerBodyOwner(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateHandlerBodyOwner 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_validateOutputPins(ExceptionHandler exceptionHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOutputPins 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, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.