Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.ITypedModel
-
Packages that use ITypedModel 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.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of ITypedModel in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement ITypedModel Modifier and Type Class Description classScriptCreates a project which is the top-level element of a build script VIL-model. -
Uses of ITypedModel in net.ssehub.easy.instantiation.core.model.common
Subinterfaces of ITypedModel 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.Classes in net.ssehub.easy.instantiation.core.model.common that implement ITypedModel 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 ITypedModel Modifier and Type Method Description voidRuntimeEnvironment. deleteContext(ITypedModel model)Explicitly deletes a context if it is not the current context. -
Uses of ITypedModel in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions declared as ITypedModel Modifier and Type Field Description private ITypedModelVarModelIdentifierExpression. modelMethods in net.ssehub.easy.instantiation.core.model.expressions that return ITypedModel Modifier and Type Method Description ITypedModelVarModelIdentifierExpression. getModel()Returns the model.Constructors in net.ssehub.easy.instantiation.core.model.expressions with parameters of type ITypedModel Constructor Description VarModelIdentifierExpression(java.lang.String identifier, TypeDescriptor<?> type, ITypedModel model)Creates the representing instance. -
Uses of ITypedModel in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement ITypedModel Modifier and Type Class Description classTemplateRepresents a VIL template.
-