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

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

Uses of ActionInputPin in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ActionInputPin
 ActionInputPin UMLFactory.createActionInputPin()
          Returns a new object of class 'Action Input Pin'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ActionInputPin
 T UMLSwitch.caseActionInputPin(ActionInputPin object)
          Returns the result of interpreting the object as an instance of 'Action Input Pin'
 boolean UMLValidator.validateActionInputPin_validateInputPin(ActionInputPin actionInputPin, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateInputPin constraint of 'Action Input Pin'
 boolean UMLValidator.validateActionInputPin_validateNoControlOrDataFlow(ActionInputPin actionInputPin, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoControlOrDataFlow constraint of 'Action Input Pin'
 boolean UMLValidator.validateActionInputPin_validateOneOutputPin(ActionInputPin actionInputPin, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOneOutputPin constraint of 'Action Input Pin'
 boolean UMLValidator.validateActionInputPin(ActionInputPin actionInputPin, 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.