TPTP 4.4.0 Platform Project
Public API Specification

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

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

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

A representation of the model object 'Query Result'. The list results, one entry per output element

The following features are supported:

See Also:
ExtensionsPackage.getQueryResult()
Generated
[EMF] Model

Method Summary
 Query getQuery()
          Returns the value of the 'Query' reference
 org.eclipse.emf.common.util.EList getResultEntries()
          Returns the value of the 'Result Entries' reference list.
 void setQuery(Query value)
          Sets the value of the 'Query' 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

getQuery

public Query getQuery()
Returns the value of the 'Query' reference.

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

Returns:
the value of the 'Query' reference.
See Also:
setQuery(Query), ExtensionsPackage.getQueryResult_Query()
Generated
[EMF] Model
required="true"

setQuery

public void setQuery(Query value)
Sets the value of the 'Query' reference.

Parameters:
value - the new value of the 'Query' reference.
See Also:
getQuery()
Generated

getResultEntries

public org.eclipse.emf.common.util.EList getResultEntries()
Returns the value of the 'Result Entries' reference list. The list contents are of type ResultEntry.

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

Returns:
the value of the 'Result Entries' reference list.
See Also:
ExtensionsPackage.getQueryResult_ResultEntries()
Generated
[EMF] Model
type="org.eclipse.hyades.models.hierarchy.extensions.ResultEntry"

TPTP 4.4.0 Platform Project
Public API Specification