Uses of Class
net.ssehub.easy.producer.core.persistence.datatypes.ModelType
-
Packages that use ModelType 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.xml This package contains classes for parsing and writing EASy information within a xml file. -
-
Uses of ModelType in net.ssehub.easy.producer.core.persistence
Methods in net.ssehub.easy.producer.core.persistence with parameters of type ModelType Modifier and Type Method Description static ModelPersistenceUtils. loadModel(PathEnvironment pathEnv, java.lang.String location, ModelType type)Loads a specific model. -
Uses of ModelType in net.ssehub.easy.producer.core.persistence.datatypes
Fields in net.ssehub.easy.producer.core.persistence.datatypes declared as ModelType Modifier and Type Field Description private ModelTypeModel. modelTypeMethods in net.ssehub.easy.producer.core.persistence.datatypes that return ModelType Modifier and Type Method Description ModelTypeModel. getModelType()Returns which kind of model/information are stored in this simple representation.static ModelTypeModelType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModelType[]ModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.producer.core.persistence.datatypes with parameters of type ModelType Modifier and Type Method Description ModelPersistentProject. getModel(ModelType type)Getter for the models of this project.Constructors in net.ssehub.easy.producer.core.persistence.datatypes with parameters of type ModelType Constructor Description Model(ModelType modelType)Sole constructor for this class. -
Uses of ModelType in net.ssehub.easy.producer.core.persistence.internal.xml
Methods in net.ssehub.easy.producer.core.persistence.internal.xml with parameters of type ModelType Modifier and Type Method Description (package private) static java.lang.StringBufferXMLConstants. closingTag(ModelType type)Creates an appropriate XML opening tag for a given model type.(package private) static java.lang.StringBufferXMLConstants. path4Models(ModelType type)Creates a path for the XML parser to locate the desired model.(package private) static java.lang.StringBufferXMLConstants. startingTag(ModelType type)Creates an appropriate XML opening tag for a given model type.
-