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

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

Uses of DataStoreNode in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return DataStoreNode
 DataStoreNode UMLFactory.createDataStoreNode()
          Returns a new object of class 'Data Store Node'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type DataStoreNode
 boolean UMLValidator.validateDataStoreNode(DataStoreNode dataStoreNode, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseDataStoreNode(DataStoreNode object)
          Returns the result of interpretting the object as an instance of 'Data Store Node'
 


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