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 CollectionFactory
CollectionFactory. eINSTANCE
The singleton instance of the factory.Methods in kieker.model.collection that return CollectionFactory Modifier and Type Method Description CollectionFactory
CollectionPackage. 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 class
CollectionFactoryImpl
An implementation of the model Factory.Methods in kieker.model.collection.impl that return CollectionFactory Modifier and Type Method Description CollectionFactory
CollectionPackageImpl. getCollectionFactory()
static CollectionFactory
CollectionFactoryImpl. init()
Creates the default factory implementation.