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 TraceFactoryTraceFactory. eINSTANCEThe singleton instance of the factory.Methods in kieker.model.analysismodel.trace that return TraceFactory Modifier and Type Method Description TraceFactoryTracePackage. 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 classTraceFactoryImplAn implementation of the model Factory.Methods in kieker.model.analysismodel.trace.impl that return TraceFactory Modifier and Type Method Description TraceFactoryTracePackageImpl. getTraceFactory()static TraceFactoryTraceFactoryImpl. init()Creates the default factory implementation.