Uses of Interface
org.eclipse.uml2.ObjectNode

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

Uses of ObjectNode in org.eclipse.uml2
 

Subinterfaces of ObjectNode in org.eclipse.uml2
 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 that return ObjectNode
 ObjectNode ExceptionHandler.getExceptionInput()
          Returns the value of the 'Exception Input' reference
 

Methods in org.eclipse.uml2 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.util
 

Methods in org.eclipse.uml2.util with parameters of type ObjectNode
 boolean UML2Validator.validateObjectNode(ObjectNode objectNode, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseObjectNode(ObjectNode object)
          Returns the result of interpretting the object as an instance of 'Object Node'
 


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