Uses of Class
net.ssehub.easy.instantiation.core.model.common.AbstractResolvableModel
-
Packages that use AbstractResolvableModel 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 AbstractResolvableModel in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of AbstractResolvableModel in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classScriptCreates a project which is the top-level element of a build script VIL-model. -
Uses of AbstractResolvableModel in net.ssehub.easy.instantiation.core.model.common
Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type AbstractResolvableModel Modifier and Type Method Description protected <R extends IMetaParameterDeclaration,M extends IModel>
voidWriterVisitor. printCompounds(AbstractResolvableModel<R,M> model)Prints the typedefs ofmodel.protected <R extends IMetaParameterDeclaration,M extends IModel>
voidWriterVisitor. printTypedefs(AbstractResolvableModel<R,M> model)Prints the typedefs ofmodel. -
Uses of AbstractResolvableModel in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of AbstractResolvableModel in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classTemplateRepresents a VIL template.
-