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