Uses of Interface
com.metamatrix.common.vdb.api.ModelInfo

Packages that use ModelInfo
com.metamatrix.common.vdb.api   
com.metamatrix.vdb.runtime   
 

Uses of ModelInfo in com.metamatrix.common.vdb.api
 

Methods in com.metamatrix.common.vdb.api that return ModelInfo
 ModelInfo VDBDefn.getMatertializationModel()
          Get the Materialization model in this VDB if one exists.
 ModelInfo VDBInfo.getModel(java.lang.String name)
          Returns the ModelInfo for the name specified
 

Uses of ModelInfo in com.metamatrix.vdb.runtime
 

Classes in com.metamatrix.vdb.runtime that implement ModelInfo
 class BasicModelInfo
           
 

Methods in com.metamatrix.vdb.runtime that return ModelInfo
 ModelInfo BasicVDBDefn.getMatertializationModel()
           
 ModelInfo BasicVDBInfo.getModel(java.lang.String name)
          Returns the ModelInfo for the name specified
 ModelInfo BasicVDBInfo.removeModelInfo(java.lang.String modelName)
           
 ModelInfo BasicVDBDefn.removeModelInfo(java.lang.String modelName)
           
 ModelInfo BasicVDBDefn.removeModelInfo(java.lang.String modelName, boolean removeBindings)
           
 

Methods in com.metamatrix.vdb.runtime with parameters of type ModelInfo
 void BasicVDBInfo.addModelInfo(ModelInfo model)
           
 

Constructors in com.metamatrix.vdb.runtime with parameters of type ModelInfo
BasicModelInfo(ModelInfo model)
          CTOR used when the vdb is being sent to the runtime for creation.
 



Copyright © 2009. All Rights Reserved.