TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy
Interface CorrelationContainerProxy

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

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

A representation of the model object 'Correlation Container Proxy'. A UI proxy class, to avoid loading the whole correlation instance resource.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList getCorrelatedAgents()
          Returns the value of the 'Correlated Agents' reference list.
 CorrelationContainer getCorrelationContainer()
          Returns the value of the 'Correlation Container' reference.
 CorrelationEngine getCorrelationEngine()
          Returns the value of the 'Correlation Engine' containment reference.
 long getCreationTime()
          Returns the value of the 'Creation Time' attribute
 TRCMonitor getMonitor()
          Returns the value of the 'Monitor' container reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setCorrelationContainer(CorrelationContainer value)
          Sets the value of the 'Correlation Container' reference
 void setCorrelationEngine(CorrelationEngine value)
          Sets the value of the 'Correlation Engine' containment reference
 void setCreationTime(long value)
          Sets the value of the 'Creation Time' attribute
 void setMonitor(TRCMonitor value)
          Sets the value of the 'Monitor' container reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), HierarchyPackage.getCorrelationContainerProxy_Name()
Generated
[EMF] Model

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getCreationTime

long getCreationTime()
Returns the value of the 'Creation Time' attribute.

If the meaning of the 'Creation Time' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Creation Time' attribute.
See Also:
setCreationTime(long), HierarchyPackage.getCorrelationContainerProxy_CreationTime()
Generated
[EMF] Model

setCreationTime

void setCreationTime(long value)
Sets the value of the 'Creation Time' attribute.

Parameters:
value - the new value of the 'Creation Time' attribute.
See Also:
getCreationTime()
Generated

getCorrelationContainer

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

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

Returns:
the value of the 'Correlation Container' reference.
See Also:
setCorrelationContainer(CorrelationContainer), HierarchyPackage.getCorrelationContainerProxy_CorrelationContainer(), CorrelationContainer.getCorrelationContainerProxy()
Generated
[EMF] Model
opposite="correlationContainerProxy"

setCorrelationContainer

void setCorrelationContainer(CorrelationContainer value)
Sets the value of the 'Correlation Container' reference.

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

getCorrelatedAgents

org.eclipse.emf.common.util.EList getCorrelatedAgents()
Returns the value of the 'Correlated Agents' reference list. The list contents are of type TRCAgentProxy.

If the meaning of the 'Correlated Agents' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Correlated Agents' reference list.
See Also:
HierarchyPackage.getCorrelationContainerProxy_CorrelatedAgents()
Generated
[EMF] Model
type="org.eclipse.hyades.models.hierarchy.TRCAgentProxy"

getCorrelationEngine

CorrelationEngine getCorrelationEngine()
Returns the value of the 'Correlation Engine' containment reference. It is bidirectional and its opposite is 'Correlation Container Proxy'.

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

Returns:
the value of the 'Correlation Engine' containment reference.
See Also:
setCorrelationEngine(CorrelationEngine), HierarchyPackage.getCorrelationContainerProxy_CorrelationEngine(), CorrelationEngine.getCorrelationContainerProxy()
Generated
[EMF] Model
opposite="CorrelationContainerProxy" containment="true"

setCorrelationEngine

void setCorrelationEngine(CorrelationEngine value)
Sets the value of the 'Correlation Engine' containment reference.

Parameters:
value - the new value of the 'Correlation Engine' containment reference.
See Also:
getCorrelationEngine()
Generated

getMonitor

TRCMonitor getMonitor()
Returns the value of the 'Monitor' container reference. It is bidirectional and its opposite is 'Correlation Container Proxies'.

If the meaning of the 'Monitor' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Monitor' container reference.
See Also:
setMonitor(TRCMonitor), HierarchyPackage.getCorrelationContainerProxy_Monitor(), TRCMonitor.getCorrelationContainerProxies()
Generated
[EMF] Model
opposite="correlationContainerProxies" required="true"

setMonitor

void setMonitor(TRCMonitor value)
Sets the value of the 'Monitor' container reference.

Parameters:
value - the new value of the 'Monitor' container reference.
See Also:
getMonitor()
Generated

TPTP 4.5.0 Platform Project
Public API Specification