Uses of Interface
net.ssehub.easy.instantiation.core.model.common.IParameterizable
-
Packages that use IParameterizable Package Description 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 IParameterizable in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement IParameterizable Modifier and Type Class Description classAbstractRuleDefines an abstract VIL rule.classRuleRepresents a VIL build rule (production strategy).classScriptCreates a project which is the top-level element of a build script VIL-model.classVtlRuleMaps a VTL rule into VIL. -
Uses of IParameterizable in net.ssehub.easy.instantiation.core.model.common
Subinterfaces of IParameterizable in net.ssehub.easy.instantiation.core.model.common Modifier and Type Interface Description interfaceIResolvableModel<V extends IMetaParameterDeclaration,M extends IModel>Defines the interface for a resolvable model which may provide its parts as operations.interfaceIResolvableOperation<V extends IMetaParameterDeclaration>Defines the interface of a resolvable operation.Classes in net.ssehub.easy.instantiation.core.model.common that implement IParameterizable Modifier and Type Class Description classAbstractResolvableModel<V extends IMetaParameterDeclaration,M extends IModel>A basic implementation ofIResolvableModel.(package private) classDummyModel<V extends IMetaParameterDeclaration,M extends IModel>Implements a dummy model used for properly initializingRuntimeEnvironment.Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type IParameterizable Modifier and Type Method Description protected voidWriterVisitor. printParameterList(IParameterizable<V> parameterizable)Prints the parameter list ofparameterizable. -
Uses of IParameterizable in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement IParameterizable Modifier and Type Class Description classDefImplements a template language subtemplate ('def').classTemplateRepresents a VIL template.
-