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
 boolean UMLValidator.validatePin(Pin pin, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validatePin_validateControlPins(Pin pin, DiagnosticChain diagnostics, Map context)
          Validates the validateControlPins constraint of 'Pin'
 Object UMLSwitch.casePin(Pin object)
          Returns the result of interpretting the object as an instance of 'Pin'
 


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