TPTP 4.6.0 Platform Project
Public API Specification

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

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier, TPFExecutionEvent, TPFTimedEvent
All Known Implementing Classes:
TPFWaitEventImpl

public interface TPFWaitEvent
extends TPFTimedEvent

A representation of the model object 'TPF Wait Event'. A TPFWaitEvent is a specialization of TPFTimedEvent. The distinction between the two types is that a TPFWaitEvent is an event that logs a deliberate wait or sleep, while a TPFTimedEvent may log the duration of any arbitrary sequence.

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

Method Summary
 
Methods inherited from interface org.eclipse.hyades.models.common.testprofile.TPFTimedEvent
getEndTimestamp, setEndTimestamp
 
Methods inherited from interface org.eclipse.hyades.models.common.testprofile.TPFExecutionEvent
getAnnotations, getChildren, getDefectRecords, getEObjectReferences, getEventType, getExecutionHistory, getInteractionFragment, getOwnerId, getParent, getProperties, getScriptFileURI, getScriptLineNumber, getText, getTimestamp, setEventType, setExecutionHistory, setInteractionFragment, setOwnerId, setParent, setScriptFileURI, setScriptLineNumber, setText, setTimestamp
 
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
 


TPTP 4.6.0 Platform Project
Public API Specification