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.EPropertiesHolderImplorg.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, eSetProxyURIeAddVirtualValue, 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, toStringeBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected 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.EObjectImplpublic Parameter getTransferTime()
getTransferTime in interface TimeParametersTimeParameters.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 TimeParametersnewTransferTime - the new value of the 'Transfer Time' containment reference.TimeParameters.getTransferTime()public Parameter getQueueTime()
getQueueTime in interface TimeParametersTimeParameters.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 TimeParametersnewQueueTime - the new value of the 'Queue Time' containment reference.TimeParameters.getQueueTime()public Parameter getWaitTime()
getWaitTime in interface TimeParametersTimeParameters.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 TimeParametersnewWaitTime - the new value of the 'Wait Time' containment reference.TimeParameters.getWaitTime()public Parameter getSetUpTime()
getSetUpTime in interface TimeParametersTimeParameters.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 TimeParametersnewSetUpTime - the new value of the 'Set Up Time' containment reference.TimeParameters.getSetUpTime()public Parameter getProcessingTime()
getProcessingTime in interface TimeParametersTimeParameters.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 TimeParametersnewProcessingTime - the new value of the 'Processing Time' containment reference.TimeParameters.getProcessingTime()public Parameter getValidationTime()
getValidationTime in interface TimeParametersTimeParameters.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 TimeParametersnewValidationTime - the new value of the 'Validation Time' containment reference.TimeParameters.getValidationTime()public Parameter getReworkTime()
getReworkTime in interface TimeParametersTimeParameters.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 TimeParametersnewReworkTime - 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.BasicEObjectImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.