TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.extensions
Interface CorrelationQuery

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Query, SimpleSearchQuery
All Known Subinterfaces:
TimeBasedCorrelationQuery
All Known Implementing Classes:
CorrelationQueryImpl, TimeBasedCorrelationQueryImpl

public interface CorrelationQuery
extends SimpleSearchQuery

A representation of the model object 'Correlation Query'.

The following features are supported:

See Also:
ExtensionsPackage.getCorrelationQuery()

Method Summary
 java.lang.String getCorrelationContainerURI()
          Returns the value of the 'Correlation Container URI' attribute.
 org.eclipse.emf.common.util.EList getDeltaTime()
          Returns the value of the 'Delta Time' attribute list.
 void setCorrelationContainerURI(java.lang.String value)
          Sets the value of the 'Correlation Container URI' attribute.
 
Methods inherited from interface org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery
getMaxElements, getOrderByExpresions, getStartWith, getWhereExpression, setMaxElements, setStartWith, setWhereExpression
 
Methods inherited from interface org.eclipse.hyades.models.hierarchy.extensions.Query
getName, getOutputElements, getQuery, getSources, getSubQuery, isCount, isDistinct, setCount, setDistinct, setName, setQuery
 
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

getCorrelationContainerURI

public java.lang.String getCorrelationContainerURI()
Returns the value of the 'Correlation Container URI' attribute. The URI of the correlation container where the correlation entries are stored

Returns:
the value of the 'Correlation Container URI' attribute.
See Also:
setCorrelationContainerURI(String), ExtensionsPackage.getCorrelationQuery_CorrelationContainerURI()

setCorrelationContainerURI

public void setCorrelationContainerURI(java.lang.String value)
Sets the value of the 'Correlation Container URI' attribute.

Parameters:
value - the new value of the 'Correlation Container URI' attribute.
See Also:
getCorrelationContainerURI()

getDeltaTime

public org.eclipse.emf.common.util.EList getDeltaTime()
Returns the value of the 'Delta Time' attribute list. The list contents are of type Double. This list contains the delta time for each entry in the Query.sources list.

Returns:
the value of the 'Delta Time' attribute list.
See Also:
ExtensionsPackage.getCorrelationQuery_DeltaTime()

TPTP 4.1.0 Platform Project
Public API Specification