org.eclipse.emf.emfstore.internal.fuzzy.emf.config
Interface TestRun

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

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

A representation of the model object 'ESFuzzyTest Run'.

See Also:
ConfigPackage.getTestRun()

Method Summary
 TestConfig getConfig()
          Returns the value of the 'Config' containment reference.
 org.eclipse.emf.common.util.EList<TestResult> getResults()
          Returns the value of the 'Results' containment reference list.
 Date getTime()
          Returns the value of the 'Time' attribute.
 void setConfig(TestConfig value)
          Sets the value of the 'Config' containment reference.
 void setTime(Date value)
          Sets the value of the 'Time' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getConfig

TestConfig getConfig()
Returns the value of the 'Config' containment reference.

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

Returns:
the value of the 'Config' containment reference.
See Also:
setConfig(TestConfig), ConfigPackage.getTestRun_Config()

setConfig

void setConfig(TestConfig value)
Sets the value of the 'Config' containment reference.

Parameters:
value - the new value of the 'Config' containment reference.
See Also:
getConfig()

getTime

Date getTime()
Returns the value of the 'Time' attribute.

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

Returns:
the value of the 'Time' attribute.
See Also:
setTime(Date), ConfigPackage.getTestRun_Time()

setTime

void setTime(Date value)
Sets the value of the 'Time' attribute.

Parameters:
value - the new value of the 'Time' attribute.
See Also:
getTime()

getResults

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

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:
ConfigPackage.getTestRun_Results()


Copyright © 2015. All Rights Reserved.