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
 boolean UMLValidator.validateActionInputPin(ActionInputPin actionInputPin, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateActionInputPin_validateOneOutputPin(ActionInputPin actionInputPin, DiagnosticChain diagnostics, Map context)
          Validates the validateOneOutputPin constraint of 'Action Input Pin'
 boolean UMLValidator.validateActionInputPin_validateInputPin(ActionInputPin actionInputPin, DiagnosticChain diagnostics, Map context)
          Validates the validateInputPin constraint of 'Action Input Pin'
 boolean UMLValidator.validateActionInputPin_validateNoControlOrDataFlow(ActionInputPin actionInputPin, DiagnosticChain diagnostics, Map context)
          Validates the validateNoControlOrDataFlow constraint of 'Action Input Pin'
 Object UMLSwitch.caseActionInputPin(ActionInputPin object)
          Returns the result of interpretting the object as an instance of 'Action Input Pin'
 


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