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

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

Uses of Pin in org.eclipse.uml2.uml
 

Subinterfaces of Pin in org.eclipse.uml2.uml
 interface ActionInputPin
          A representation of the model object 'Action Input Pin'
 interface InputPin
          A representation of the model object 'Input Pin'
 interface OutputPin
          A representation of the model object 'Output Pin'
 interface ValuePin
          A representation of the model object 'Value Pin'
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type Pin
 T UMLSwitch.casePin(Pin object)
          Returns the result of interpreting the object as an instance of 'Pin'
 boolean UMLValidator.validatePin_validateControlPins(Pin pin, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateControlPins constraint of 'Pin'
 boolean UMLValidator.validatePin(Pin pin, 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.