TPTP 4.4.0 Platform Project
Public API Specification

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

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

public interface TPFTimedEvent
extends TPFExecutionEvent

A representation of the model object 'TPF Timed Event'. A TPFTimedEvent is an event that is specifically timed. It contains both a start and end timestamp, and can have its duration calculated and displayed.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 long getEndTimestamp()
          Returns the value of the 'End Timestamp' attribute
 void setEndTimestamp(long value)
          Sets the value of the 'End Timestamp' attribute
 
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
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getEndTimestamp

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

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

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

setEndTimestamp

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

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

TPTP 4.4.0 Platform Project
Public API Specification