TPTP 4.6.0 Platform Project
Public API Specification

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

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

public interface TPFLoopEvent
extends TPFExecutionEvent

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

The following features are supported:

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

Method Summary
 long getIterations()
          Returns the value of the 'Iterations' attribute
 boolean isAsynchronous()
          Returns the value of the 'Asynchronous' attribute
 void setAsynchronous(boolean value)
          Sets the value of the 'Asynchronous' attribute
 void setIterations(long value)
          Sets the value of the 'Iterations' 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
 

Method Detail

getIterations

long getIterations()
Returns the value of the 'Iterations' attribute.

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

Returns:
the value of the 'Iterations' attribute.
See Also:
setIterations(long), Common_TestprofilePackage.getTPFLoopEvent_Iterations()
Generated
[EMF] Model

setIterations

void setIterations(long value)
Sets the value of the 'Iterations' attribute.

Parameters:
value - the new value of the 'Iterations' attribute.
See Also:
getIterations()
Generated

isAsynchronous

boolean isAsynchronous()
Returns the value of the 'Asynchronous' attribute.

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

Returns:
the value of the 'Asynchronous' attribute.
See Also:
setAsynchronous(boolean), Common_TestprofilePackage.getTPFLoopEvent_Asynchronous()
Generated
[EMF] Model

setAsynchronous

void setAsynchronous(boolean value)
Sets the value of the 'Asynchronous' attribute.

Parameters:
value - the new value of the 'Asynchronous' attribute.
See Also:
isAsynchronous()
Generated

TPTP 4.6.0 Platform Project
Public API Specification