Uses of Interface
net.ssehub.easy.instantiation.core.model.common.ITracer
-
Packages that use ITracer 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.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.buildlangModel
Subinterfaces of ITracer in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Interface Description interfaceITracerA simple tracer interface providing test support to the execution part.Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement ITracer Modifier and Type Class Description classNoTracerImplements a no-action execution tracer.classStreamTracerImplements a simple stream-based execution tracer. -
Uses of ITracer in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common 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.common declared as ITracer Modifier and Type Field Description private ITracerExecutionVisitor. tracerMethods in net.ssehub.easy.instantiation.core.model.common that return ITracer Modifier and Type Method Description static ITracerExecutionLocal. getCurrentTracer()Returns the current tracer for this thread.protected ITracerExecutionVisitor. getTracer()Returns the tracer instance..Constructors in net.ssehub.easy.instantiation.core.model.common with parameters of type ITracer Constructor Description ExecutionVisitor(RuntimeEnvironment<V,M> environment, ITracer tracer, java.util.Map<java.lang.String,java.lang.Object> parameter)Creates an execution visitor. -
Uses of ITracer in net.ssehub.easy.instantiation.core.model.templateModel
Subinterfaces of ITracer in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Interface Description interfaceITracerA simple tracer interface providing test support to the execution part.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. -
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. -
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.
-