Uses of Class
net.ssehub.easy.instantiation.core.model.common.Imports
-
Packages that use Imports Package Description de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.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.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of Imports in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation that return Imports Modifier and Type Method Description protected Imports<M>ModelTranslator. processImports(org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Import> imports)Processes the imports and returns an summarizing instance.Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type Imports Modifier and Type Method Description protected ModelImport<M>ModelTranslator. getExtensionImport(java.lang.String name, Imports<M> imports, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causingFeature)Returns an extension import (super script, super template). -
Uses of Imports in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of Imports in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classImports<M extends Script>Stores the model imports and VTL requirements for a Script.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel that return Imports Modifier and Type Method Description protected Imports<Script>Script. createImports()Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type Imports Constructor Description Imports(Imports<M> imports, java.util.List<ModelImport<Template>> vtlRestrictions)Creates an imports instance. -
Uses of Imports in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common declared as Imports Modifier and Type Field Description private Imports<M>AbstractResolvableModel. importsMethods in net.ssehub.easy.instantiation.core.model.common that return Imports Modifier and Type Method Description protected Imports<M>AbstractResolvableModel. createImports()Creates an empty imports instance (in case that a specialized instance shall be used).protected Imports<M>AbstractResolvableModel. getImports()Returns the imports instance.Constructors in net.ssehub.easy.instantiation.core.model.common with parameters of type Imports Constructor Description AbstractResolvableModel(Imports<M> imports, TypeRegistry registry, Advice[] advices)Creates an abstract resolvable model.Imports(Imports<M> src)Creates an imports instance form the givensrcinstance. -
Uses of Imports in net.ssehub.easy.instantiation.core.model.templateModel
Fields in net.ssehub.easy.instantiation.core.model.templateModel declared as Imports Modifier and Type Field Description private Imports<Template>TemplateDescriptor. importsMethods in net.ssehub.easy.instantiation.core.model.templateModel that return Imports Modifier and Type Method Description (package private) Imports<Template>TemplateDescriptor. getImports()Returns the imports.Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type Imports Modifier and Type Method Description voidTemplateDescriptor. setImports(Imports<Template> imports)Sets the imports.
-