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

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

Uses of ObjectNode in org.eclipse.uml2.uml
 

Subinterfaces of ObjectNode in org.eclipse.uml2.uml
 interface ActionInputPin
          A representation of the model object 'Action Input Pin'
 interface ActivityParameterNode
          A representation of the model object 'Activity Parameter Node'
 interface CentralBufferNode
          A representation of the model object 'Central Buffer Node'
 interface DataStoreNode
          A representation of the model object 'Data Store Node'
 interface ExpansionNode
          A representation of the model object 'Expansion Node'
 interface InputPin
          A representation of the model object 'Input Pin'
 interface OutputPin
          A representation of the model object 'Output Pin'
 interface Pin
          A representation of the model object 'Pin'
 interface ValuePin
          A representation of the model object 'Value Pin'
 

Methods in org.eclipse.uml2.uml that return ObjectNode
 ObjectNode ExceptionHandler.getExceptionInput()
          Returns the value of the 'Exception Input' reference
 

Methods in org.eclipse.uml2.uml with parameters of type ObjectNode
 void ExceptionHandler.setExceptionInput(ObjectNode value)
          Sets the value of the 'Exception Input' reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ObjectNode
 T UMLSwitch.caseObjectNode(ObjectNode object)
          Returns the result of interpreting the object as an instance of 'Object Node'
 boolean UMLValidator.validateObjectNode_validateInputOutputParameter(ObjectNode objectNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateInputOutputParameter constraint of 'Object Node'
 boolean UMLValidator.validateObjectNode_validateNotUnique(ObjectNode objectNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNotUnique constraint of 'Object Node'
 boolean UMLValidator.validateObjectNode_validateObjectFlowEdges(ObjectNode objectNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateObjectFlowEdges constraint of 'Object Node'
 boolean UMLValidator.validateObjectNode_validateSelectionBehavior(ObjectNode objectNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSelectionBehavior constraint of 'Object Node'
 boolean UMLValidator.validateObjectNode(ObjectNode objectNode, 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.