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 SourceFactory
SourceFactory. eINSTANCE
The singleton instance of the factory.Methods in kieker.model.analysismodel.source that return SourceFactory Modifier and Type Method Description SourceFactory
SourcePackage. 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 class
SourceFactoryImpl
An implementation of the model Factory.Methods in kieker.model.analysismodel.source.impl that return SourceFactory Modifier and Type Method Description SourceFactory
SourcePackageImpl. getSourceFactory()
static SourceFactory
SourceFactoryImpl. init()
Creates the default factory implementation.