TPTP 4.4.0 Platform Project
Public API Specification

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

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
TPFInvocationEvent, TPFLoopEvent, TPFMessageEvent, TPFTimedEvent, TPFTypedEvent, TPFVerdictEvent, TPFWaitEvent
All Known Implementing Classes:
TPFExecutionEventImpl, TPFInvocationEventImpl, TPFLoopEventImpl, TPFMessageEventImpl, TPFTimedEventImpl, TPFTypedEventImpl, TPFVerdictEventImpl, TPFWaitEventImpl

public interface TPFExecutionEvent
extends CMNNamedElement, org.eclipse.core.runtime.IAdaptable

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

See Also:
Common_TestprofilePackage.getTPFExecutionEvent()
Generated
[EMF] Model
[EMF] Extends
IAdaptable

The following features are supported:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getAnnotations()
          Returns the value of the 'Annotations' containment reference list.
 org.eclipse.emf.common.util.EList getChildren()
          Returns the value of the 'Children' containment reference list.
 org.eclipse.emf.common.util.EList getDefectRecords()
          Returns the value of the 'Defect Records' containment reference list.
 org.eclipse.emf.common.util.EList getEObjectReferences()
          Returns the value of the 'EObject References' containment reference list.
 java.lang.String getEventType()
          Returns the value of the 'Event Type' attribute
 TPFExecutionHistory getExecutionHistory()
          Returns the value of the 'Execution History' container reference.
 BVRInteractionFragment getInteractionFragment()
          Returns the value of the 'Interaction Fragment' reference
 java.lang.String getOwnerId()
          Returns the value of the 'Owner Id' attribute
 TPFExecutionEvent getParent()
          Returns the value of the 'Parent' container reference.
 org.eclipse.emf.common.util.EList getProperties()
          Returns the value of the 'Properties' containment reference list.
 java.lang.String getScriptFileURI()
          Returns the value of the 'Script File URI' attribute
 long getScriptLineNumber()
          Returns the value of the 'Script Line Number' attribute
 java.lang.String getText()
          Returns the value of the 'Text' attribute
 long getTimestamp()
          Returns the value of the 'Timestamp' attribute
 void setEventType(java.lang.String value)
          Sets the value of the 'Event Type' attribute
 void setExecutionHistory(TPFExecutionHistory value)
          Sets the value of the 'Execution History' container reference
 void setInteractionFragment(BVRInteractionFragment value)
          Sets the value of the 'Interaction Fragment' reference
 void setOwnerId(java.lang.String value)
          Sets the value of the 'Owner Id' attribute
 void setParent(TPFExecutionEvent value)
          Sets the value of the 'Parent' container reference
 void setScriptFileURI(java.lang.String value)
          Sets the value of the 'Script File URI' attribute
 void setScriptLineNumber(long value)
          Sets the value of the 'Script Line Number' attribute
 void setText(java.lang.String value)
          Sets the value of the 'Text' attribute
 void setTimestamp(long value)
          Sets the value of the 'Timestamp' attribute
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
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
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getOwnerId

public java.lang.String getOwnerId()
Returns the value of the 'Owner Id' attribute.

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

Returns:
the value of the 'Owner Id' attribute.
See Also:
setOwnerId(String), Common_TestprofilePackage.getTPFExecutionEvent_OwnerId()
Generated
[EMF] Model

setOwnerId

public void setOwnerId(java.lang.String value)
Sets the value of the 'Owner Id' attribute.

Parameters:
value - the new value of the 'Owner Id' attribute.
See Also:
getOwnerId()
Generated

getTimestamp

public long getTimestamp()
Returns the value of the 'Timestamp' attribute.

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

Returns:
the value of the 'Timestamp' attribute.
See Also:
setTimestamp(long), Common_TestprofilePackage.getTPFExecutionEvent_Timestamp()
Generated
[EMF] Model

setTimestamp

public void setTimestamp(long value)
Sets the value of the 'Timestamp' attribute.

Parameters:
value - the new value of the 'Timestamp' attribute.
See Also:
getTimestamp()
Generated

getText

public java.lang.String getText()
Returns the value of the 'Text' attribute.

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

Returns:
the value of the 'Text' attribute.
See Also:
setText(String), Common_TestprofilePackage.getTPFExecutionEvent_Text()
Generated
[EMF] Model

setText

public void setText(java.lang.String value)
Sets the value of the 'Text' attribute.

Parameters:
value - the new value of the 'Text' attribute.
See Also:
getText()
Generated

getEventType

public java.lang.String getEventType()
Returns the value of the 'Event Type' attribute.

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

Returns:
the value of the 'Event Type' attribute.
See Also:
setEventType(String), Common_TestprofilePackage.getTPFExecutionEvent_EventType()
Generated
[EMF] Model

setEventType

public void setEventType(java.lang.String value)
Sets the value of the 'Event Type' attribute.

Parameters:
value - the new value of the 'Event Type' attribute.
See Also:
getEventType()
Generated

getScriptFileURI

public java.lang.String getScriptFileURI()
Returns the value of the 'Script File URI' attribute.

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

Returns:
the value of the 'Script File URI' attribute.
See Also:
setScriptFileURI(String), Common_TestprofilePackage.getTPFExecutionEvent_ScriptFileURI()
Generated
[EMF] Model

setScriptFileURI

public void setScriptFileURI(java.lang.String value)
Sets the value of the 'Script File URI' attribute.

Parameters:
value - the new value of the 'Script File URI' attribute.
See Also:
getScriptFileURI()
Generated

getScriptLineNumber

public long getScriptLineNumber()
Returns the value of the 'Script Line Number' attribute.

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

Returns:
the value of the 'Script Line Number' attribute.
See Also:
setScriptLineNumber(long), Common_TestprofilePackage.getTPFExecutionEvent_ScriptLineNumber()
Generated
[EMF] Model

setScriptLineNumber

public void setScriptLineNumber(long value)
Sets the value of the 'Script Line Number' attribute.

Parameters:
value - the new value of the 'Script Line Number' attribute.
See Also:
getScriptLineNumber()
Generated

getExecutionHistory

public TPFExecutionHistory getExecutionHistory()
Returns the value of the 'Execution History' container reference. It is bidirectional and its opposite is 'Execution Events'.

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

Returns:
the value of the 'Execution History' container reference.
See Also:
setExecutionHistory(TPFExecutionHistory), Common_TestprofilePackage.getTPFExecutionEvent_ExecutionHistory(), TPFExecutionHistory.getExecutionEvents()
Generated
[EMF] Model
opposite="executionEvents" required="true"

setExecutionHistory

public void setExecutionHistory(TPFExecutionHistory value)
Sets the value of the 'Execution History' container reference.

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

getInteractionFragment

public BVRInteractionFragment getInteractionFragment()
Returns the value of the 'Interaction Fragment' reference.

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

Returns:
the value of the 'Interaction Fragment' reference.
See Also:
setInteractionFragment(BVRInteractionFragment), Common_TestprofilePackage.getTPFExecutionEvent_InteractionFragment()
Generated
[EMF] Model

setInteractionFragment

public void setInteractionFragment(BVRInteractionFragment value)
Sets the value of the 'Interaction Fragment' reference.

Parameters:
value - the new value of the 'Interaction Fragment' reference.
See Also:
getInteractionFragment()
Generated

getChildren

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

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

Returns:
the value of the 'Children' containment reference list.
See Also:
Common_TestprofilePackage.getTPFExecutionEvent_Children(), getParent()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.testprofile.TPFExecutionEvent" opposite="parent" containment="true"

getParent

public TPFExecutionEvent getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Children'.

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

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(TPFExecutionEvent), Common_TestprofilePackage.getTPFExecutionEvent_Parent(), getChildren()
Generated
[EMF] Model
opposite="children"

setParent

public void setParent(TPFExecutionEvent value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()
Generated

getProperties

public org.eclipse.emf.common.util.EList getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type CMNDefaultProperty.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
Common_TestprofilePackage.getTPFExecutionEvent_Properties()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.common.CMNDefaultProperty" containment="true"

getAnnotations

public org.eclipse.emf.common.util.EList getAnnotations()
Returns the value of the 'Annotations' containment reference list. The list contents are of type CMNAnnotation.

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

Returns:
the value of the 'Annotations' containment reference list.
See Also:
Common_TestprofilePackage.getTPFExecutionEvent_Annotations()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.common.CMNAnnotation" containment="true"

getEObjectReferences

public org.eclipse.emf.common.util.EList getEObjectReferences()
Returns the value of the 'EObject References' containment reference list. The list contents are of type EObjectReference.

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

Returns:
the value of the 'EObject References' containment reference list.
See Also:
Common_TestprofilePackage.getTPFExecutionEvent_EObjectReferences()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.testprofile.EObjectReference" containment="true"

getDefectRecords

public org.eclipse.emf.common.util.EList getDefectRecords()
Returns the value of the 'Defect Records' containment reference list. The list contents are of type TPFRepositoryRecord. It is bidirectional and its opposite is 'Execution Event'.

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

Returns:
the value of the 'Defect Records' containment reference list.
See Also:
Common_TestprofilePackage.getTPFExecutionEvent_DefectRecords(), TPFRepositoryRecord.getExecutionEvent()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.testprofile.TPFRepositoryRecord" opposite="executionEvent" containment="true"

TPTP 4.4.0 Platform Project
Public API Specification