Uses of Interface
net.ssehub.easy.instantiation.core.model.common.ITerminatable
-
Packages that use ITerminatable 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.defaultInstantiators The default instantiators for VIL.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of ITerminatable in net.ssehub.easy.instantiation.core.model.buildlangModel
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel with type parameters of type ITerminatable Modifier and Type Field Description private java.util.Set<ITerminatable>BuildlangExecution. terminatablesMethods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type ITerminatable Modifier and Type Method Description voidBuildlangExecution. register(ITerminatable terminatable)voidBuildlangExecution. unregister(ITerminatable terminatable) -
Uses of ITerminatable in net.ssehub.easy.instantiation.core.model.common
Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type ITerminatable Modifier and Type Method Description voidITerminator. register(ITerminatable terminatable)Registers a terminatable.voidITerminator. unregister(ITerminatable terminatable)Unregisters a terminatable. -
Uses of ITerminatable in net.ssehub.easy.instantiation.core.model.defaultInstantiators
Methods in net.ssehub.easy.instantiation.core.model.defaultInstantiators with parameters of type ITerminatable Modifier and Type Method Description private static voidVilTemplateProcessor. unregisterTerminatable(ITerminator terminator, ITerminatable terminatable)Clears the terminator from a potential execution instance. -
Uses of ITerminatable in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement ITerminatable Modifier and Type Class Description classTemplateLangExecutionImplements the execution of the template language.classTemplateSubstitutionExecutionA specific template language execution for replacting VTL expressions/variables.
-