Uses of Class
net.ssehub.easy.producer.core.persistence.datatypes.Model
-
Packages that use Model Package Description net.ssehub.easy.producer.core.persistence This plug-in contains functionality of EASy, which can also run without Eclipse.net.ssehub.easy.producer.core.persistence.datatypes This package contains a simple data model, which can be used to store information in a non ivml file.net.ssehub.easy.producer.core.persistence.internal This package contains classes needed for classes of the persistence package.net.ssehub.easy.producer.core.persistence.internal.xml This package contains classes for parsing and writing EASy information within a xml file.net.ssehub.easy.producer.core.persistence.standard This package contains classes which specific to the persistencer of this plug-in.net.ssehub.easy.producer.eclipse.persistency This package contains classes which are needed for the lifecycle of the plugin. -
-
Uses of Model in net.ssehub.easy.producer.core.persistence
Methods in net.ssehub.easy.producer.core.persistence that return Model Modifier and Type Method Description static ModelPersistenceUtils. loadModel(PathEnvironment pathEnv, java.lang.String location, ModelType type)Loads a specific model. -
Uses of Model in net.ssehub.easy.producer.core.persistence.datatypes
Fields in net.ssehub.easy.producer.core.persistence.datatypes declared as Model Modifier and Type Field Description private Model[]PersistentProject. modelsThis array is for storing non ivml information.Methods in net.ssehub.easy.producer.core.persistence.datatypes that return Model Modifier and Type Method Description ModelPersistentProject. getModel(int index)Returns a model specified byindex.ModelPersistentProject. getModel(ModelType type)Getter for the models of this project.Methods in net.ssehub.easy.producer.core.persistence.datatypes with parameters of type Model Modifier and Type Method Description voidPersistentProject. exchangeModel(Model model)This method exchanges the given model with the corresponding model of the same type.Constructors in net.ssehub.easy.producer.core.persistence.datatypes with parameters of type Model Constructor Description PersistentProject(Project project, java.io.File location, java.io.File configFolder, Model... models)Constructor for saving an already existing project. -
Uses of Model in net.ssehub.easy.producer.core.persistence.internal
Methods in net.ssehub.easy.producer.core.persistence.internal with parameters of type Model Modifier and Type Method Description voidDataStorage. loadModels(Model... models)voidStorageConnector. loadModels(Model... models)Loads the specified models. -
Uses of Model in net.ssehub.easy.producer.core.persistence.internal.xml
Methods in net.ssehub.easy.producer.core.persistence.internal.xml with parameters of type Model Modifier and Type Method Description private voidXmlConnector. createEntities(org.w3c.dom.Node node, Model model)voidXmlConnector. loadModels(Model... models) -
Uses of Model in net.ssehub.easy.producer.core.persistence.standard
Methods in net.ssehub.easy.producer.core.persistence.standard with parameters of type Model Modifier and Type Method Description private voidPersistentProject2PLPConverter. createReasonerConfiguration(PLPInfo plp, Model model)Creates ReasoningConfiguration.private java.util.List<PLPInfo>PersistentProject2PLPConverter. model2Relatives(Model model)Creates information related to relative projects..private voidPLP2ProjectConverter. reasoner2Model(Model reasonerModel, ReasonerConfiguration reasonerConfig)Converts a ReasonerConfiguration to a persistent model. -
Uses of Model in net.ssehub.easy.producer.eclipse.persistency
Methods in net.ssehub.easy.producer.eclipse.persistency with parameters of type Model Modifier and Type Method Description private voidEASyPersistencer. createReasonerConfiguration(PLPInfo plp, Model model)Creates ReasoningConfiguration.private java.util.List<PLPInfo>EASyPersistencer. model2Relatives(Model model)Creates information related to relative projects..
-