Uses of Interface
kieker.model.analysismodel.source.SourceFactory
| Package | Description |
|---|---|
| kieker.model.analysismodel.source | |
| kieker.model.analysismodel.source.impl |
-
Uses of SourceFactory in kieker.model.analysismodel.source
Fields in kieker.model.analysismodel.source declared as SourceFactory Modifier and Type Field Description static SourceFactorySourceFactory. eINSTANCEThe singleton instance of the factory.Methods in kieker.model.analysismodel.source that return SourceFactory Modifier and Type Method Description SourceFactorySourcePackage. getSourceFactory()Returns the factory that creates the instances of the model. -
Uses of SourceFactory in kieker.model.analysismodel.source.impl
Classes in kieker.model.analysismodel.source.impl that implement SourceFactory Modifier and Type Class Description classSourceFactoryImplAn implementation of the model Factory.Methods in kieker.model.analysismodel.source.impl that return SourceFactory Modifier and Type Method Description SourceFactorySourcePackageImpl. getSourceFactory()static SourceFactorySourceFactoryImpl. init()Creates the default factory implementation.