TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine
Interface IResultSet

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

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

A representation of the model object 'IResult Set'.

The following features are supported:

See Also:
EnginePackage.getIResultSet()

Method Summary
 long getAnalysisTimeStamp()
          Returns the value of the 'Analysis Time Stamp' attribute.
 java.lang.String getEngineName()
          Returns the value of the 'Engine Name' attribute.
 org.eclipse.emf.common.util.EList getResults()
          Returns the value of the 'Results' containment reference list.
 java.lang.String getReviewName()
          Returns the value of the 'Review Name' attribute.
 java.lang.String[] getRootResourceNames()
          Returns the value of the 'Root Resource Names' attribute.
 java.lang.String getScopeName()
          Returns the value of the 'Scope Name' attribute.
 void setAnalysisTimeStamp(long value)
          Sets the value of the 'Analysis Time Stamp' attribute.
 void setEngineName(java.lang.String value)
          Sets the value of the 'Engine Name' attribute.
 void setReviewName(java.lang.String value)
          Sets the value of the 'Review Name' attribute.
 void setRootResourceNames(java.lang.String[] value)
          Sets the value of the 'Root Resource Names' attribute.
 void setScopeName(java.lang.String value)
          Sets the value of the 'Scope 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

getReviewName

public java.lang.String getReviewName()
Returns the value of the 'Review Name' attribute.

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

Returns:
the value of the 'Review Name' attribute.
See Also:
setReviewName(String), EnginePackage.getIResultSet_ReviewName()

setReviewName

public void setReviewName(java.lang.String value)
Sets the value of the 'Review Name' attribute.

Parameters:
value - the new value of the 'Review Name' attribute.
See Also:
getReviewName()

getScopeName

public java.lang.String getScopeName()
Returns the value of the 'Scope Name' attribute.

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

Returns:
the value of the 'Scope Name' attribute.
See Also:
setScopeName(String), EnginePackage.getIResultSet_ScopeName()

setScopeName

public void setScopeName(java.lang.String value)
Sets the value of the 'Scope Name' attribute.

Parameters:
value - the new value of the 'Scope Name' attribute.
See Also:
getScopeName()

getRootResourceNames

public java.lang.String[] getRootResourceNames()
Returns the value of the 'Root Resource Names' attribute.

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

Returns:
the value of the 'Root Resource Names' attribute.
See Also:
setRootResourceNames(String[]), EnginePackage.getIResultSet_RootResourceNames()

setRootResourceNames

public void setRootResourceNames(java.lang.String[] value)
Sets the value of the 'Root Resource Names' attribute.

Parameters:
value - the new value of the 'Root Resource Names' attribute.
See Also:
getRootResourceNames()

getEngineName

public java.lang.String getEngineName()
Returns the value of the 'Engine Name' attribute.

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

Returns:
the value of the 'Engine Name' attribute.
See Also:
setEngineName(String), EnginePackage.getIResultSet_EngineName()

setEngineName

public void setEngineName(java.lang.String value)
Sets the value of the 'Engine Name' attribute.

Parameters:
value - the new value of the 'Engine Name' attribute.
See Also:
getEngineName()

getAnalysisTimeStamp

public long getAnalysisTimeStamp()
Returns the value of the 'Analysis Time Stamp' attribute.

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

Returns:
the value of the 'Analysis Time Stamp' attribute.
See Also:
setAnalysisTimeStamp(long), EnginePackage.getIResultSet_AnalysisTimeStamp()

setAnalysisTimeStamp

public void setAnalysisTimeStamp(long value)
Sets the value of the 'Analysis Time Stamp' attribute.

Parameters:
value - the new value of the 'Analysis Time Stamp' attribute.
See Also:
getAnalysisTimeStamp()

getResults

public org.eclipse.emf.common.util.EList getResults()
Returns the value of the 'Results' containment reference list. The list contents are of type IResult.

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

Returns:
the value of the 'Results' containment reference list.
See Also:
EnginePackage.getIResultSet_Results()

TPTP 4.1.0 Platform Project
Public API Specification