kieker.model.collection.Connections Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kieker Show documentation
Show all versions of kieker Show documentation
Kieker: Application Performance Monitoring and Dynamic Software Analysis
/**
*/
package kieker.model.collection;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Connections'.
*
*
*
* The following features are supported:
*
*
* - {@link kieker.model.collection.Connections#getConnections Connections}
*
*
* @see kieker.model.collection.CollectionPackage#getConnections()
* @model
* @generated
*/
public interface Connections extends EObject {
/**
* Returns the value of the 'Connections' map.
* The key is of type {@link kieker.model.collection.Coupling},
* and the value is of type {@link kieker.model.collection.OperationCollection},
*
*
* @return the value of the 'Connections' map.
* @see kieker.model.collection.CollectionPackage#getConnections_Connections()
* @model mapType="kieker.model.collection.CouplingToOperationMap<kieker.model.collection.Coupling, kieker.model.collection.OperationCollection>"
* @generated
*/
EMap getConnections();
} // Connections
© 2015 - 2024 Weber Informatics LLC | Privacy Policy