TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.testprofile
Interface TPFExecutionHistory

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

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

A representation of the model object 'TPF Execution History'.

The following features are supported:

See Also:
Common_TestprofilePackage.getTPFExecutionHistory()
Generated
[EMF] Model

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getExecutionEvents()
          Returns the value of the 'Execution Events' containment reference list.
 TPFExecutionResult getExecutionResult()
          Returns the value of the 'Execution Result' container reference.
 void setExecutionResult(TPFExecutionResult value)
          Sets the value of the 'Execution Result' container 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
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getExecutionResult

public TPFExecutionResult getExecutionResult()
Returns the value of the 'Execution Result' container reference. It is bidirectional and its opposite is 'Execution History'.

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

Returns:
the value of the 'Execution Result' container reference.
See Also:
setExecutionResult(TPFExecutionResult), Common_TestprofilePackage.getTPFExecutionHistory_ExecutionResult(), TPFExecutionResult.getExecutionHistory()
Generated
[EMF] Model
opposite="executionHistory" required="true"

setExecutionResult

public void setExecutionResult(TPFExecutionResult value)
Sets the value of the 'Execution Result' container reference.

Parameters:
value - the new value of the 'Execution Result' container reference.
See Also:
getExecutionResult()
Generated

getExecutionEvents

public org.eclipse.emf.common.util.EList getExecutionEvents()
Returns the value of the 'Execution Events' containment reference list. The list contents are of type TPFExecutionEvent. It is bidirectional and its opposite is 'Execution History'.

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

Returns:
the value of the 'Execution Events' containment reference list.
See Also:
Common_TestprofilePackage.getTPFExecutionHistory_ExecutionEvents(), TPFExecutionEvent.getExecutionHistory()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.testprofile.TPFExecutionEvent" opposite="executionHistory" containment="true" required="true"

TPTP 4.4.0 Platform Project
Public API Specification