Uses of Class
de.mid.innovator.srv.Model
-
Packages that use Model Package Description de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server.de.mid.innovator.srv.excellence The package contains classes for connecting to an Innovator model for manipulation and evaluation purposes.de.mid.innovator.ui The classes in this package can be used to provide transparent user interfaces with a standard mechanism for supporting command line arguments or Java properties. -
-
Uses of Model in de.mid.innovator.srv
Methods in de.mid.innovator.srv that return Model Modifier and Type Method Description Model
RepositoryServer. createModel(java.lang.String name, K_ADMODEL modelType, java.lang.String newAdminPwd, java.lang.String userCfg, java.lang.String modelCfg, java.util.List<java.lang.String> addOnList)
Creates a newModel
in the actual repository server and refreshes the list of models.Model
RepositoryServer. getModel(java.lang.String aModelName, K_ADMODEL aModelType)
Gets a model with the given name and type from the list of currently known models.Methods in de.mid.innovator.srv that return types with arguments of type Model Modifier and Type Method Description java.util.List<Model>
RepositoryServer. getModels()
Gets the complete list of known models.java.util.List<Model>
RepositoryServer. getModels(K_ADMODEL aModelType)
Searches the list of currently known models in this server for models of the given type.Constructor parameters in de.mid.innovator.srv with type arguments of type Model Constructor Description RepositoryServer(LicenseServer aLicenseServer, int pid, int procStatus, java.lang.String vers, java.lang.String host, java.lang.String user, de.mid.innovator.srv.LicSrvGetSrvPrjListReplyTelegram.SrvConData srvConData, java.util.List<Model> modelLst)
-
Uses of Model in de.mid.innovator.srv.excellence
Subclasses of Model in de.mid.innovator.srv.excellence Modifier and Type Class Description class
ExcellenceModel
Methods in de.mid.innovator.srv.excellence that return Model Modifier and Type Method Description static Model
ExcellenceModel. create(RepositoryServer rep, java.lang.String name, K_ADMODEL modelType, ADModel mdlId)
-
Uses of Model in de.mid.innovator.ui
Fields in de.mid.innovator.ui declared as Model Modifier and Type Field Description protected Model
InnovatorApplicationDefault. model
Methods in de.mid.innovator.ui that return Model Modifier and Type Method Description Model
InnovatorBatchLoginDefault. getModel()
Gets the model object that can be determined by the given properties.
-