com.metamatrix.metadata.runtime
Class VDBTreeUtility

java.lang.Object
  extended by com.metamatrix.metadata.runtime.VDBTreeUtility

public class VDBTreeUtility
extends java.lang.Object


Method Summary
static void buildDataNodeTree(BasicTreeNode fakeRoot, ObjectIDFactory idFactory, VirtualDatabaseMetadata vDBMetadata)
          Builds a tree of Models, Groups, Elements and Proceedures from given VirtualDatabaseMetadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildDataNodeTree

public static final void buildDataNodeTree(BasicTreeNode fakeRoot,
                                           ObjectIDFactory idFactory,
                                           VirtualDatabaseMetadata vDBMetadata)
                                    throws VirtualDatabaseException
Builds a tree of Models, Groups, Elements and Proceedures from given VirtualDatabaseMetadata.
The given root will be filled with children
.

Parameters:
fakeRoot - The reference to the node at which to root the tree.
idFactory - The factory to use when creating IDs for the tree nodes.
vDBMetadata - The metadata for the VDB from which to build the tree.
Throws:
VirtualDatabaseException


Copyright © 2009. All Rights Reserved.