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