All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kieker.model.collection.Connections Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
/**
 */
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