Uses of Class
de.mid.innovator.srv.Model
Packages that use Model
Package
Description
All classes in this package are used for communicating with the Innovator repository server
and license server.
The package contains classes for connecting to an Innovator model
for manipulation and evaluation purposes.
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 ModelModifier and TypeMethodDescriptionRepositoryServer.createModel(String name, K_ADMODEL modelType, String newAdminPwd, String userCfg, String modelCfg, List<String> addOnList) Creates a newModelin the actual repository server and refreshes the list of models.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 ModelModifier and TypeMethodDescriptionRepositoryServer.getModels()Gets the complete list of known models.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 ModelModifierConstructorDescriptionRepositoryServer(LicenseServer aLicenseServer, int pid, int procStatus, String vers, String host, String user, de.mid.innovator.srv.LicSrvGetSrvPrjListReplyTelegram.SrvConData srvConData, List<Model> modelLst) Also for JNI -
Uses of Model in de.mid.innovator.srv.excellence
Subclasses of Model in de.mid.innovator.srv.excellenceMethods in de.mid.innovator.srv.excellence that return Model -
Uses of Model in de.mid.innovator.ui
Methods in de.mid.innovator.ui that return Model