TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy
Interface CorrelationContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CorrelationContainerImpl

public interface CorrelationContainer
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Correlation Container'. This is a root in a correlation instance resource. For example the correlation instance is created when a correlation operation/action is used or by the loaders when an AssciationEngine event is received.

The following features are supported:

See Also:
HierarchyPackage.getCorrelationContainer()
Generated
[EMF] Model

Method Summary
 CorrelationContainerProxy getCorrelationContainerProxy()
          Returns the value of the 'Correlation Container Proxy' reference.
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>> getCorrelations()
          Returns the value of the 'Correlations' map.
 void setCorrelationContainerProxy(CorrelationContainerProxy value)
          Sets the value of the 'Correlation Container Proxy' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCorrelations

org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>> getCorrelations()
Returns the value of the 'Correlations' map. The key is of type EObject, and the value is of type list of EObject,

If the meaning of the 'Correlations' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'Correlations' map.
See Also:
HierarchyPackage.getCorrelationContainer_Correlations()
Generated
[EMF] Model
mapType="org.eclipse.hyades.models.hierarchy.CorrelationEntry"

getCorrelationContainerProxy

CorrelationContainerProxy getCorrelationContainerProxy()
Returns the value of the 'Correlation Container Proxy' reference. It is bidirectional and its opposite is 'Correlation Container'.

If the meaning of the 'Correlation Container Proxy' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Correlation Container Proxy' reference.
See Also:
setCorrelationContainerProxy(CorrelationContainerProxy), HierarchyPackage.getCorrelationContainer_CorrelationContainerProxy(), CorrelationContainerProxy.getCorrelationContainer()
Generated
[EMF] Model
opposite="correlationContainer"

setCorrelationContainerProxy

void setCorrelationContainerProxy(CorrelationContainerProxy value)
Sets the value of the 'Correlation Container Proxy' reference.

Parameters:
value - the new value of the 'Correlation Container Proxy' reference.
See Also:
getCorrelationContainerProxy()
Generated

TPTP 4.6.0 Platform Project
Public API Specification