Uses of Interface
kieker.model.collection.CollectionFactory
| Package | Description |
|---|---|
| kieker.model.collection | |
| kieker.model.collection.impl |
-
Uses of CollectionFactory in kieker.model.collection
Fields in kieker.model.collection declared as CollectionFactory Modifier and Type Field Description static CollectionFactoryCollectionFactory. eINSTANCEThe singleton instance of the factory.Methods in kieker.model.collection that return CollectionFactory Modifier and Type Method Description CollectionFactoryCollectionPackage. getCollectionFactory()Returns the factory that creates the instances of the model. -
Uses of CollectionFactory in kieker.model.collection.impl
Classes in kieker.model.collection.impl that implement CollectionFactory Modifier and Type Class Description classCollectionFactoryImplAn implementation of the model Factory.Methods in kieker.model.collection.impl that return CollectionFactory Modifier and Type Method Description CollectionFactoryCollectionPackageImpl. getCollectionFactory()static CollectionFactoryCollectionFactoryImpl. init()Creates the default factory implementation.