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