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

kieker.model.analysismodel.deployment.DeployedComponent Maven / Gradle / Ivy

/**
 */
package kieker.model.analysismodel.deployment;

import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;

import kieker.model.analysismodel.assembly.AssemblyComponent;

/**
 * 
 * A representation of the model object 'Deployed Component'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link kieker.model.analysismodel.deployment.DeployedComponent#getAssemblyComponent Assembly Component}
  • *
  • {@link kieker.model.analysismodel.deployment.DeployedComponent#getOperations Operations}
  • *
  • {@link kieker.model.analysismodel.deployment.DeployedComponent#getStorages Storages}
  • *
  • {@link kieker.model.analysismodel.deployment.DeployedComponent#getContainedComponents Contained Components}
  • *
  • {@link kieker.model.analysismodel.deployment.DeployedComponent#getProvidedInterfaces Provided Interfaces}
  • *
  • {@link kieker.model.analysismodel.deployment.DeployedComponent#getRequiredInterfaces Required Interfaces}
  • *
  • {@link kieker.model.analysismodel.deployment.DeployedComponent#getSignature Signature}
  • *
* * @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeployedComponent() * @model * @generated */ public interface DeployedComponent extends EObject { /** * Returns the value of the 'Assembly Component' reference. * * * * @return the value of the 'Assembly Component' reference. * @see #setAssemblyComponent(AssemblyComponent) * @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeployedComponent_AssemblyComponent() * @model * @generated */ AssemblyComponent getAssemblyComponent(); /** * Sets the value of the '{@link kieker.model.analysismodel.deployment.DeployedComponent#getAssemblyComponent Assembly Component}' reference. * * * * @param value * the new value of the 'Assembly Component' reference. * @see #getAssemblyComponent() * @generated */ void setAssemblyComponent(AssemblyComponent value); /** * Returns the value of the 'Operations' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link kieker.model.analysismodel.deployment.DeployedOperation}, * * * * @return the value of the 'Operations' map. * @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeployedComponent_Operations() * @model mapType="kieker.model.analysismodel.deployment.EStringToDeployedOperationMapEntry<org.eclipse.emf.ecore.EString, * kieker.model.analysismodel.deployment.DeployedOperation>" ordered="false" * @generated */ EMap getOperations(); /** * Returns the value of the 'Storages' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link kieker.model.analysismodel.deployment.DeployedStorage}, * * * * @return the value of the 'Storages' map. * @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeployedComponent_Storages() * @model mapType="kieker.model.analysismodel.deployment.EStringToDeployedStorageMapEntry<org.eclipse.emf.ecore.EString, * kieker.model.analysismodel.deployment.DeployedStorage>" ordered="false" * @generated */ EMap getStorages(); /** * Returns the value of the 'Contained Components' reference list. * The list contents are of type {@link kieker.model.analysismodel.deployment.DeployedComponent}. * * * * @return the value of the 'Contained Components' reference list. * @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeployedComponent_ContainedComponents() * @model * @generated */ EList getContainedComponents(); /** * Returns the value of the 'Provided Interfaces' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link kieker.model.analysismodel.deployment.DeployedProvidedInterface}, * * * * @return the value of the 'Provided Interfaces' map. * @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeployedComponent_ProvidedInterfaces() * @model mapType="kieker.model.analysismodel.deployment.EStringToDeployedProvidedInterfaceMapEntry<org.eclipse.emf.ecore.EString, * kieker.model.analysismodel.deployment.DeployedProvidedInterface>" * @generated */ EMap getProvidedInterfaces(); /** * Returns the value of the 'Required Interfaces' containment reference list. * The list contents are of type {@link kieker.model.analysismodel.deployment.DeployedRequiredInterface}. * * * * @return the value of the 'Required Interfaces' containment reference list. * @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeployedComponent_RequiredInterfaces() * @model containment="true" * @generated */ EList getRequiredInterfaces(); /** * Returns the value of the 'Signature' attribute. * * * * @return the value of the 'Signature' attribute. * @see #setSignature(String) * @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeployedComponent_Signature() * @model * @generated */ String getSignature(); /** * Sets the value of the '{@link kieker.model.analysismodel.deployment.DeployedComponent#getSignature Signature}' attribute. * * * * @param value * the new value of the 'Signature' attribute. * @see #getSignature() * @generated */ void setSignature(String value); /** * * * * @model kind="operation" * @generated */ DeploymentContext getContext(); } // DeployedComponent




© 2015 - 2025 Weber Informatics LLC | Privacy Policy