Uses of Class
net.ssehub.easy.basics.modelManagement.ModelManagement
-
Packages that use ModelManagement Package Description de.uni_hildesheim.sse IVML core main classes (exported).de.uni_hildesheim.sse.buildLanguageTranslation de.uni_hildesheim.sse.ui.hyperlinking VIL hyperlinking.de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.de.uni_hildesheim.sse.vil.templatelang de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking VTL hyperlinking.net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.dslCore Basic reusable classes for the exportable management functions of the SSE-style DSL implementation for xText grammars.net.ssehub.easy.dslCore.ui.hyperlinking Generic hyperlinking.net.ssehub.easy.dslCore.ui.listeners Some generic listener implementations and supporting classes.net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.templateModel The template language model.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.standard This package contains classes which specific to the persistencer of this plug-in.net.ssehub.easy.producer.core.varMod.container net.ssehub.easy.producer.ui.internal This package holds extension classes of eclipse which must not be called or extended from other plug-ins.net.ssehub.easy.varModel.management Provides functionality to manage variability models and their dependencies. -
-
Uses of ModelManagement in de.uni_hildesheim.sse
Methods in de.uni_hildesheim.sse that return ModelManagement Modifier and Type Method Description protected ModelManagement<Project>IvmlParser. getModelManagement()ModelManagement<Script>VilExpressionParser. getModelManagement() -
Uses of ModelManagement in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation that return ModelManagement Modifier and Type Method Description protected abstract ModelManagement<M>AbstractModelTranslator. getManagementInstance()Returns the management instance.protected ModelManagement<Script>ModelTranslator. getManagementInstance() -
Uses of ModelManagement in de.uni_hildesheim.sse.ui.hyperlinking
Methods in de.uni_hildesheim.sse.ui.hyperlinking that return ModelManagement Modifier and Type Method Description ModelManagement<Project>IvmlModelQuery. getModelManagement()ModelManagement<Script>VilModelQuery. getModelManagement() -
Uses of ModelManagement in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation that return ModelManagement Modifier and Type Method Description protected abstract ModelManagement<M>ModelTranslator. getManagementInstance()Returns the management instance. -
Uses of ModelManagement in de.uni_hildesheim.sse.vil.templatelang
Methods in de.uni_hildesheim.sse.vil.templatelang that return ModelManagement Modifier and Type Method Description protected ModelManagement<Template>VtlExpressionParser. getModelManagement() -
Uses of ModelManagement in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation that return ModelManagement Modifier and Type Method Description protected ModelManagement<Template>ModelTranslator. getManagementInstance()Returns the management instance. -
Uses of ModelManagement in de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking
Methods in de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking that return ModelManagement Modifier and Type Method Description ModelManagement<Template>VtlModelQuery. getModelManagement() -
Uses of ModelManagement in net.ssehub.easy.basics.modelManagement
Fields in net.ssehub.easy.basics.modelManagement declared as ModelManagement Modifier and Type Field Description private ModelManagement<M>ModelRepository. modelMgmtMethods in net.ssehub.easy.basics.modelManagement that return ModelManagement Modifier and Type Method Description protected abstract ModelManagement<M>AbstractModelInitializer. getModelManagement()Returns the actual model management instance.Constructors in net.ssehub.easy.basics.modelManagement with parameters of type ModelManagement Constructor Description ModelRepository(ModelManagement<M> modelMgmt)Creates a model repository. -
Uses of ModelManagement in net.ssehub.easy.dslCore
Methods in net.ssehub.easy.dslCore that return ModelManagement Modifier and Type Method Description ModelManagement<M>TopLevelModelAccessor.IModelAccessor. getModelManagement()Returns the model management instance. -
Uses of ModelManagement in net.ssehub.easy.dslCore.ui.hyperlinking
Methods in net.ssehub.easy.dslCore.ui.hyperlinking that return ModelManagement Modifier and Type Method Description ModelManagement<M>IModelQuery. getModelManagement()Returns the model management instance.Methods in net.ssehub.easy.dslCore.ui.hyperlinking with parameters of type ModelManagement Modifier and Type Method Description static <M extends IModel,E>
EModelUtils. getModelElement(java.lang.String selectedElement, java.lang.String selectedElementsProjectName, ModelManagement<M> mgt, ModelUtils.IModelFinder<M,E> finder)Tries to find a model element declaration for a given element name and a given project/model name. -
Uses of ModelManagement in net.ssehub.easy.dslCore.ui.listeners
Fields in net.ssehub.easy.dslCore.ui.listeners declared as ModelManagement Modifier and Type Field Description private ModelManagement<M>BasicModelLoadingListener. mgtMethods in net.ssehub.easy.dslCore.ui.listeners with parameters of type ModelManagement Modifier and Type Method Description static <M extends IModel>
BasicModelLoadingListener<M>BasicModelLoadingListener. createListener(ModelInfo<M> info, ModelManagement<M> mgt, IControl control, IModelProcessingListener.Type... types)Creates a generic listener.static <M extends IModel>
BasicModelLoadingListener<M>BasicModelLoadingListener. createLoadingListener(ModelInfo<M> info, ModelManagement<M> mgt, IControl control)Creates a model loading listener.Constructors in net.ssehub.easy.dslCore.ui.listeners with parameters of type ModelManagement Constructor Description BasicModelLoadingListener(ModelInfo<M> info, ModelManagement<M> mgt, IControl control)Creates a generic listener.BasicModelLoadingListener(ModelInfo<M> info, ModelManagement<M> mgt, IControl control, IModelProcessingListener.Type[] types)Creates a generic listener. -
Uses of ModelManagement in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of ModelManagement in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classBuildModelProvides mechanisms for loading, linking, referring, searching and storing build models according to their name, their version and their location.Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type ModelManagement Constructor Description VilModelRepository(ModelManagement<Script> modelMgmt)Creates a model repository. -
Uses of ModelManagement in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of ModelManagement in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classTemplateModelProvides mechanisms for loading, linking, referring, searching and storing template models according to their name, their version and their location.Constructors in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type ModelManagement Constructor Description VtlModelRepository(ModelManagement<Template> modelMgmt)Creates a model repository. -
Uses of ModelManagement in net.ssehub.easy.producer.core.persistence
Methods in net.ssehub.easy.producer.core.persistence with parameters of type ModelManagement Modifier and Type Method Description static <M extends IModel>
MPersistenceUtils. loadModel(ModelManagement<M> modelManagement, java.io.File modelFile)Loads anIModelfrom a file, i.e. -
Uses of ModelManagement in net.ssehub.easy.producer.core.persistence.standard
Methods in net.ssehub.easy.producer.core.persistence.standard with parameters of type ModelManagement Modifier and Type Method Description private ModelContainer<?>ModelLoader. loadModel(java.lang.String projectName, java.lang.String projectVersion, ModelManagement<Model> modelManagement, Configuration.PathKind modelType) -
Uses of ModelManagement in net.ssehub.easy.producer.core.varMod.container
Fields in net.ssehub.easy.producer.core.varMod.container declared as ModelManagement Modifier and Type Field Description private ModelManagement<M>ModelContainer. modelManagerThe container holding and managing all models of type <M>.Constructors in net.ssehub.easy.producer.core.varMod.container with parameters of type ModelManagement Constructor Description ModelContainer(M model, ModelManagement<M> modelManager, Configuration location)Default constructor of this class.ModelContainer(M model, SemanticErrorDescription description, ModelManagement<M> modelManager, Configuration location)Constructor if an Exception occurred during parsing the model. -
Uses of ModelManagement in net.ssehub.easy.producer.ui.internal
Methods in net.ssehub.easy.producer.ui.internal that return ModelManagement Modifier and Type Method Description ModelManagement<Project>IvmlModelAccessor. getModelManagement()ModelManagement<Script>VilModelAccessor. getModelManagement() -
Uses of ModelManagement in net.ssehub.easy.varModel.management
Subclasses of ModelManagement in net.ssehub.easy.varModel.management Modifier and Type Class Description classVarModelThe variability model, the central class holding all project instances and being responsible for import resolution.Constructors in net.ssehub.easy.varModel.management with parameters of type ModelManagement Constructor Description IvmlModelRepository(ModelManagement<Project> modelMgmt)Creates a model repository.
-