public class TimeParametersImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements TimeParameters
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected Parameter |
processingTime
The cached value of the '
Processing Time ' containment reference |
protected Parameter |
queueTime
The cached value of the '
Queue Time ' containment reference |
protected Parameter |
reworkTime
The cached value of the '
Rework Time ' containment reference |
protected Parameter |
setUpTime
The cached value of the '
Set Up Time ' containment reference |
protected Parameter |
transferTime
The cached value of the '
Transfer Time ' containment reference |
protected Parameter |
validationTime
The cached value of the '
Validation Time ' containment reference |
protected Parameter |
waitTime
The cached value of the '
Wait Time ' containment reference |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
TimeParametersImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetProcessingTime(Parameter newProcessingTime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetQueueTime(Parameter newQueueTime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetReworkTime(Parameter newReworkTime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetSetUpTime(Parameter newSetUpTime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetTransferTime(Parameter newTransferTime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetValidationTime(Parameter newValidationTime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetWaitTime(Parameter newWaitTime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Parameter |
getProcessingTime() |
Parameter |
getQueueTime() |
Parameter |
getReworkTime() |
Parameter |
getSetUpTime() |
Parameter |
getTransferTime() |
Parameter |
getValidationTime() |
Parameter |
getWaitTime() |
void |
setProcessingTime(Parameter newProcessingTime) |
void |
setQueueTime(Parameter newQueueTime) |
void |
setReworkTime(Parameter newReworkTime) |
void |
setSetUpTime(Parameter newSetUpTime) |
void |
setTransferTime(Parameter newTransferTime) |
void |
setValidationTime(Parameter newValidationTime) |
void |
setWaitTime(Parameter newWaitTime) |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected Parameter transferTime
Transfer Time
' containment reference.
getTransferTime()
protected Parameter queueTime
Queue Time
' containment reference.
getQueueTime()
protected Parameter waitTime
Wait Time
' containment reference.
getWaitTime()
protected Parameter setUpTime
Set Up Time
' containment reference.
getSetUpTime()
protected Parameter processingTime
Processing Time
' containment reference.
getProcessingTime()
protected Parameter validationTime
Validation Time
' containment reference.
getValidationTime()
protected Parameter reworkTime
Rework Time
' containment reference.
getReworkTime()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.EObjectImpl
public Parameter getTransferTime()
getTransferTime
in interface TimeParameters
TimeParameters.setTransferTime(Parameter)
,
BpsimPackage.getTimeParameters_TransferTime()
public org.eclipse.emf.common.notify.NotificationChain basicSetTransferTime(Parameter newTransferTime, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTransferTime(Parameter newTransferTime)
setTransferTime
in interface TimeParameters
newTransferTime
- the new value of the 'Transfer Time' containment reference.TimeParameters.getTransferTime()
public Parameter getQueueTime()
getQueueTime
in interface TimeParameters
TimeParameters.setQueueTime(Parameter)
,
BpsimPackage.getTimeParameters_QueueTime()
public org.eclipse.emf.common.notify.NotificationChain basicSetQueueTime(Parameter newQueueTime, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setQueueTime(Parameter newQueueTime)
setQueueTime
in interface TimeParameters
newQueueTime
- the new value of the 'Queue Time' containment reference.TimeParameters.getQueueTime()
public Parameter getWaitTime()
getWaitTime
in interface TimeParameters
TimeParameters.setWaitTime(Parameter)
,
BpsimPackage.getTimeParameters_WaitTime()
public org.eclipse.emf.common.notify.NotificationChain basicSetWaitTime(Parameter newWaitTime, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setWaitTime(Parameter newWaitTime)
setWaitTime
in interface TimeParameters
newWaitTime
- the new value of the 'Wait Time' containment reference.TimeParameters.getWaitTime()
public Parameter getSetUpTime()
getSetUpTime
in interface TimeParameters
TimeParameters.setSetUpTime(Parameter)
,
BpsimPackage.getTimeParameters_SetUpTime()
public org.eclipse.emf.common.notify.NotificationChain basicSetSetUpTime(Parameter newSetUpTime, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSetUpTime(Parameter newSetUpTime)
setSetUpTime
in interface TimeParameters
newSetUpTime
- the new value of the 'Set Up Time' containment reference.TimeParameters.getSetUpTime()
public Parameter getProcessingTime()
getProcessingTime
in interface TimeParameters
TimeParameters.setProcessingTime(Parameter)
,
BpsimPackage.getTimeParameters_ProcessingTime()
public org.eclipse.emf.common.notify.NotificationChain basicSetProcessingTime(Parameter newProcessingTime, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setProcessingTime(Parameter newProcessingTime)
setProcessingTime
in interface TimeParameters
newProcessingTime
- the new value of the 'Processing Time' containment reference.TimeParameters.getProcessingTime()
public Parameter getValidationTime()
getValidationTime
in interface TimeParameters
TimeParameters.setValidationTime(Parameter)
,
BpsimPackage.getTimeParameters_ValidationTime()
public org.eclipse.emf.common.notify.NotificationChain basicSetValidationTime(Parameter newValidationTime, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setValidationTime(Parameter newValidationTime)
setValidationTime
in interface TimeParameters
newValidationTime
- the new value of the 'Validation Time' containment reference.TimeParameters.getValidationTime()
public Parameter getReworkTime()
getReworkTime
in interface TimeParameters
TimeParameters.setReworkTime(Parameter)
,
BpsimPackage.getTimeParameters_ReworkTime()
public org.eclipse.emf.common.notify.NotificationChain basicSetReworkTime(Parameter newReworkTime, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setReworkTime(Parameter newReworkTime)
setReworkTime
in interface TimeParameters
newReworkTime
- the new value of the 'Rework Time' containment reference.TimeParameters.getReworkTime()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.