Uses of Class
at.davinci.model.AbstractModel

Packages that use AbstractModel
at.davinci   
at.davinci.control   
at.davinci.model   
 

Uses of AbstractModel in at.davinci
 

Methods in at.davinci that return AbstractModel
 AbstractModel DaVinciSession.getModel(java.lang.String className)
           
 

Uses of AbstractModel in at.davinci.control
 

Methods in at.davinci.control that return AbstractModel
 AbstractModel Action.getModelInstance()
           
 

Uses of AbstractModel in at.davinci.model
 

Methods in at.davinci.model that return types with arguments of type AbstractModel
 java.util.Hashtable<java.lang.String,AbstractModel> ModelManager.createModelInstances(DaVinciSession sess)
           
 

Constructor parameters in at.davinci.model with type arguments of type AbstractModel
ModelSignature(java.lang.Class<AbstractModel> type)