Uses of Interface
kieker.model.collection.Connections
Package | Description |
---|---|
kieker.model.collection | |
kieker.model.collection.impl | |
kieker.model.collection.util |
-
Uses of Connections in kieker.model.collection
Methods in kieker.model.collection that return Connections Modifier and Type Method Description Connections
CollectionFactory. createConnections()
Returns a new object of class 'Connections'. -
Uses of Connections in kieker.model.collection.impl
Classes in kieker.model.collection.impl that implement Connections Modifier and Type Class Description class
ConnectionsImpl
An implementation of the model object 'Connections'.Methods in kieker.model.collection.impl that return Connections Modifier and Type Method Description Connections
CollectionFactoryImpl. createConnections()
-
Uses of Connections in kieker.model.collection.util
Methods in kieker.model.collection.util with parameters of type Connections Modifier and Type Method Description T
CollectionSwitch. caseConnections(Connections object)
Returns the result of interpreting the object as an instance of 'Connections'.