Uses of Interface
org.eclipse.uml2.DataStoreNode

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

Uses of DataStoreNode in org.eclipse.uml2
 

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

Uses of DataStoreNode in org.eclipse.uml2.util
 

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


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