Uses of Interface
net.ssehub.easy.instantiation.core.model.templateModel.ITracer
-
Packages that use ITracer Package Description net.ssehub.easy.instantiation.core.model.execution High level execution support.net.ssehub.easy.instantiation.core.model.templateModel The template language model.net.ssehub.easy.instantiation.core.model.tracing Common tracing functionality.net.ssehub.easy.producer.ui.core.instantiation Classes for connecting instantiation output to the GUI. -
-
Uses of ITracer in net.ssehub.easy.instantiation.core.model.execution
Fields in net.ssehub.easy.instantiation.core.model.execution with type parameters of type ITracer Modifier and Type Field Description static java.util.Map<java.lang.Thread,ITracer>TracerFactory. TEMPLATELANG_TRACERSMethods in net.ssehub.easy.instantiation.core.model.execution that return ITracer Modifier and Type Method Description static ITracerTracerFactory. createTemplateLanguageTracer()Creates a tracer for the VIL template language.abstract ITracerTracerFactory. createTemplateLanguageTracerImpl()Creates a tracer for the VIL template language.ITracerTracerFactory.DefaultTracerFactory. createTemplateLanguageTracerImpl()static ITracerTracerFactory. getRegisteredTemplateLanguageTracer()Returns the currently registered template language tracer for the current thread.Methods in net.ssehub.easy.instantiation.core.model.execution with parameters of type ITracer Modifier and Type Method Description static voidTracerFactory. registerTemplateLanguageTracer(ITracer tracer)Registers a template language tracer along with the current thread.static voidTracerFactory. unregisterTemplateLanguageTracer(ITracer tracer)Unregisters a template language tracer from the current thread. -
Uses of ITracer in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement ITracer Modifier and Type Class Description classNoTracerImplements a no-action execution tracer.classStreamTracerImplements a simple stream-based execution tracer.Fields in net.ssehub.easy.instantiation.core.model.templateModel declared as ITracer Modifier and Type Field Description static ITracerNoTracer. INSTANCEprivate ITracerTemplateLangExecution. tracerConstructors in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type ITracer Constructor Description TemplateLangExecution(ITracer tracer, java.io.Writer out, java.lang.String mainName, java.util.Map<java.lang.String,java.lang.Object> parameter)Creates a new evaluation visitor.TemplateLangExecution(ITracer tracer, java.io.Writer out, java.util.Map<java.lang.String,java.lang.Object> parameter)Creates a new evaluation visitor.TemplateSubstitutionExecution(ITracer tracer, java.lang.String modelName, boolean addAdvice, Configuration config, java.net.URI baseURI)Creates a new substitution evaluation visitor and initializes the runtime environment. -
Uses of ITracer in net.ssehub.easy.instantiation.core.model.tracing
Classes in net.ssehub.easy.instantiation.core.model.tracing that implement ITracer Modifier and Type Class Description classAbstractVilTracerImplements a combined tracer for VIL and VTL with common indentation.classStreamVilTracerImplements the VIL tracer for print streams.Methods in net.ssehub.easy.instantiation.core.model.tracing that return ITracer Modifier and Type Method Description ITracerConsoleTracerFactory. createTemplateLanguageTracerImpl() -
Uses of ITracer in net.ssehub.easy.producer.ui.core.instantiation
Classes in net.ssehub.easy.producer.ui.core.instantiation that implement ITracer Modifier and Type Class Description classVilTracerImplements a combined tracer for VIL and VTL with common indentation.Methods in net.ssehub.easy.producer.ui.core.instantiation that return ITracer Modifier and Type Method Description ITracerGuiTracerFactory. createTemplateLanguageTracerImpl()
-