Uses of Interface
kieker.model.analysismodel.trace.TraceFactory
Package | Description |
---|---|
kieker.model.analysismodel.trace | |
kieker.model.analysismodel.trace.impl |
-
Uses of TraceFactory in kieker.model.analysismodel.trace
Fields in kieker.model.analysismodel.trace declared as TraceFactory Modifier and Type Field Description static TraceFactory
TraceFactory. eINSTANCE
The singleton instance of the factory.Methods in kieker.model.analysismodel.trace that return TraceFactory Modifier and Type Method Description TraceFactory
TracePackage. getTraceFactory()
Returns the factory that creates the instances of the model. -
Uses of TraceFactory in kieker.model.analysismodel.trace.impl
Classes in kieker.model.analysismodel.trace.impl that implement TraceFactory Modifier and Type Class Description class
TraceFactoryImpl
An implementation of the model Factory.Methods in kieker.model.analysismodel.trace.impl that return TraceFactory Modifier and Type Method Description TraceFactory
TracePackageImpl. getTraceFactory()
static TraceFactory
TraceFactoryImpl. init()
Creates the default factory implementation.