Uses of Interface
com.metamatrix.metadata.runtime.api.Model

Packages that use Model
com.metamatrix.console.ui.views.vdb   
com.metamatrix.metadata.runtime   
com.metamatrix.metadata.runtime.api   
com.metamatrix.metadata.runtime.model   
com.metamatrix.metadata.runtime.spi.jdbc   
 

Uses of Model in com.metamatrix.console.ui.views.vdb
 

Constructors in com.metamatrix.console.ui.views.vdb with parameters of type Model
ModelWrapper(Model theModel)
           
 

Uses of Model in com.metamatrix.metadata.runtime
 

Methods in com.metamatrix.metadata.runtime that return Model
 Model RuntimeMetadataCatalog.getModel(java.lang.String modelName, VirtualDatabaseID vdbID)
          Returns a Collection of type Model that represents all the models that where deployed in the specified virtual database.
 

Uses of Model in com.metamatrix.metadata.runtime.api
 

Methods in com.metamatrix.metadata.runtime.api that return Model
 Model MetadataSourceAPI.getModel(ModelID modelID)
          return the specified model
 Model VirtualDatabaseMetadata.getModel(java.lang.String name)
          Return model for the specified name
 

Uses of Model in com.metamatrix.metadata.runtime.model
 

Classes in com.metamatrix.metadata.runtime.model that implement Model
 class BasicModel
           
 

Methods in com.metamatrix.metadata.runtime.model that return Model
 Model MetadataCache.getModel(ModelID modelID)
           
 Model BasicVirtualDatabaseMetadata.getModel(java.lang.String name)
           
 

Uses of Model in com.metamatrix.metadata.runtime.spi.jdbc
 

Methods in com.metamatrix.metadata.runtime.spi.jdbc that return Model
static Model JDBCTranslator.getModel(java.sql.ResultSet resultSet)
           
 



Copyright © 2009. All Rights Reserved.