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 TypeFactory
TypeFactory. eINSTANCE
The singleton instance of the factory.Methods in kieker.model.analysismodel.type that return TypeFactory Modifier and Type Method Description TypeFactory
TypePackage. 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 class
TypeFactoryImpl
An implementation of the model Factory.Methods in kieker.model.analysismodel.type.impl that return TypeFactory Modifier and Type Method Description TypeFactory
TypePackageImpl. getTypeFactory()
static TypeFactory
TypeFactoryImpl. init()
Creates the default factory implementation.