Interface ProcessTriggerPeriod
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
ProcessTriggerPeriodImpl
public interface ProcessTriggerPeriod extends EObject, de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Process Trigger Period'.The following features are supported:
- See Also:
BpusagemodelPackage.getProcessTriggerPeriod()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.core.PCMRandomVariable
getInterArrivalTime_ProcessWorkload()
Returns the value of the 'Inter Arrival Time Process Workload' containment reference.double
getPeriodEndTimePoint()
Returns the value of the 'Period End Time Point' attribute.double
getPeriodStartTimePoint()
Returns the value of the 'Period Start Time Point' attribute.void
setInterArrivalTime_ProcessWorkload(org.palladiosimulator.pcm.core.PCMRandomVariable value)
Sets the value of the 'Inter Arrival Time Process Workload
' containment reference.void
setPeriodEndTimePoint(double value)
Sets the value of the 'Period End Time Point
' attribute.void
setPeriodStartTimePoint(double value)
Sets the value of the 'Period Start Time Point
' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getInterArrivalTime_ProcessWorkload
org.palladiosimulator.pcm.core.PCMRandomVariable getInterArrivalTime_ProcessWorkload()
Returns the value of the 'Inter Arrival Time Process Workload' containment reference.- Returns:
- the value of the 'Inter Arrival Time Process Workload' containment reference.
- See Also:
setInterArrivalTime_ProcessWorkload(PCMRandomVariable)
,BpusagemodelPackage.getProcessTriggerPeriod_InterArrivalTime_ProcessWorkload()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setInterArrivalTime_ProcessWorkload
void setInterArrivalTime_ProcessWorkload(org.palladiosimulator.pcm.core.PCMRandomVariable value)
Sets the value of the 'Inter Arrival Time Process Workload
' containment reference.- Parameters:
value
- the new value of the 'Inter Arrival Time Process Workload' containment reference.- See Also:
getInterArrivalTime_ProcessWorkload()
- Generated class or method.
-
getPeriodStartTimePoint
double getPeriodStartTimePoint()
Returns the value of the 'Period Start Time Point' attribute.- Returns:
- the value of the 'Period Start Time Point' attribute.
- See Also:
setPeriodStartTimePoint(double)
,BpusagemodelPackage.getProcessTriggerPeriod_PeriodStartTimePoint()
- Generated class or method.
- EMF model class or method.
-
setPeriodStartTimePoint
void setPeriodStartTimePoint(double value)
Sets the value of the 'Period Start Time Point
' attribute.- Parameters:
value
- the new value of the 'Period Start Time Point' attribute.- See Also:
getPeriodStartTimePoint()
- Generated class or method.
-
getPeriodEndTimePoint
double getPeriodEndTimePoint()
Returns the value of the 'Period End Time Point' attribute.- Returns:
- the value of the 'Period End Time Point' attribute.
- See Also:
setPeriodEndTimePoint(double)
,BpusagemodelPackage.getProcessTriggerPeriod_PeriodEndTimePoint()
- Generated class or method.
- EMF model class or method.
-
setPeriodEndTimePoint
void setPeriodEndTimePoint(double value)
Sets the value of the 'Period End Time Point
' attribute.- Parameters:
value
- the new value of the 'Period End Time Point' attribute.- See Also:
getPeriodEndTimePoint()
- Generated class or method.
-
-