Uses of Interface
net.ssehub.easy.instantiation.core.model.execution.IInstantiatorTracer
-
Packages that use IInstantiatorTracer Package Description net.ssehub.easy.instantiation.core.model.execution High level execution support.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 IInstantiatorTracer in net.ssehub.easy.instantiation.core.model.execution
Fields in net.ssehub.easy.instantiation.core.model.execution declared as IInstantiatorTracer Modifier and Type Field Description static IInstantiatorTracerTracerFactory. EMPTY_INSTANTIATOR_TRACERMethods in net.ssehub.easy.instantiation.core.model.execution that return IInstantiatorTracer Modifier and Type Method Description static IInstantiatorTracerTracerFactory. createInstantiatorTracer()Creates a tracer for instantiators.abstract IInstantiatorTracerTracerFactory. createInstantiatorTracerImpl()Creates a tracer for instantiators, i.e., to send messages to the VIL output.IInstantiatorTracerTracerFactory.DefaultTracerFactory. createInstantiatorTracerImpl() -
Uses of IInstantiatorTracer in net.ssehub.easy.instantiation.core.model.tracing
Classes in net.ssehub.easy.instantiation.core.model.tracing that implement IInstantiatorTracer 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 IInstantiatorTracer Modifier and Type Method Description IInstantiatorTracerConsoleTracerFactory. createInstantiatorTracerImpl() -
Uses of IInstantiatorTracer in net.ssehub.easy.producer.ui.core.instantiation
Classes in net.ssehub.easy.producer.ui.core.instantiation that implement IInstantiatorTracer 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 IInstantiatorTracer Modifier and Type Method Description IInstantiatorTracerGuiTracerFactory. createInstantiatorTracerImpl()
-