Uses of Interface
kieker.model.analysismodel.type.TypeFactory
| Package | Description |
|---|---|
| kieker.model.analysismodel.type | |
| kieker.model.analysismodel.type.impl |
-
Uses of TypeFactory in kieker.model.analysismodel.type
Fields in kieker.model.analysismodel.type declared as TypeFactory Modifier and Type Field Description static TypeFactoryTypeFactory. eINSTANCEThe singleton instance of the factory.Methods in kieker.model.analysismodel.type that return TypeFactory Modifier and Type Method Description TypeFactoryTypePackage. getTypeFactory()Returns the factory that creates the instances of the model. -
Uses of TypeFactory in kieker.model.analysismodel.type.impl
Classes in kieker.model.analysismodel.type.impl that implement TypeFactory Modifier and Type Class Description classTypeFactoryImplAn implementation of the model Factory.Methods in kieker.model.analysismodel.type.impl that return TypeFactory Modifier and Type Method Description TypeFactoryTypePackageImpl. getTypeFactory()static TypeFactoryTypeFactoryImpl. init()Creates the default factory implementation.