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
 T UMLSwitch.caseValuePin(ValuePin object)
          Returns the result of interpreting the object as an instance of 'Value Pin'
 boolean UMLValidator.validateValuePin_validateCompatibleType(ValuePin valuePin, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCompatibleType constraint of 'Value Pin'
 boolean UMLValidator.validateValuePin_validateNoIncomingEdges(ValuePin valuePin, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoIncomingEdges constraint of 'Value Pin'
 boolean UMLValidator.validateValuePin(ValuePin valuePin, 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.