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

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

Uses of ValuePin in org.eclipse.uml2.uml
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type ValuePin
 boolean UMLValidator.validateValuePin(ValuePin valuePin, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateValuePin_validateCompatibleType(ValuePin valuePin, DiagnosticChain diagnostics, Map context)
          Validates the validateCompatibleType constraint of 'Value Pin'
 boolean UMLValidator.validateValuePin_validateNoIncomingEdges(ValuePin valuePin, DiagnosticChain diagnostics, Map context)
          Validates the validateNoIncomingEdges constraint of 'Value Pin'
 Object UMLSwitch.caseValuePin(ValuePin object)
          Returns the result of interpretting the object as an instance of 'Value Pin'
 


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