Package bpsim.impl
Class TimeParametersImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.EObjectImpl
-
- bpsim.impl.TimeParametersImpl
-
- All Implemented Interfaces:
TimeParameters,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.InternalEObject
public class TimeParametersImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements TimeParameters
An implementation of the model object 'Time Parameters'.The following features are implemented:
- Generated code
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
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
-
-
Field Summary
Fields Modifier and Type Field Description protected ParameterprocessingTimeThe cached value of the 'Processing Time' containment reference.protected ParameterqueueTimeThe cached value of the 'Queue Time' containment reference.protected ParameterreworkTimeThe cached value of the 'Rework Time' containment reference.protected ParametersetUpTimeThe cached value of the 'Set Up Time' containment reference.protected ParametertransferTimeThe cached value of the 'Transfer Time' containment reference.protected ParametervalidationTimeThe cached value of the 'Validation Time' containment reference.protected ParameterwaitTimeThe cached value of the 'Wait Time' containment reference.-
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimeParametersImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainbasicSetProcessingTime(Parameter newProcessingTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetQueueTime(Parameter newQueueTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetReworkTime(Parameter newReworkTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetSetUpTime(Parameter newSetUpTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetTransferTime(Parameter newTransferTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetValidationTime(Parameter newValidationTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetWaitTime(Parameter newWaitTime, org.eclipse.emf.common.notify.NotificationChain msgs)ObjecteGet(int featureID, boolean resolve, boolean coreType)org.eclipse.emf.common.notify.NotificationChaineInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected org.eclipse.emf.ecore.EClasseStaticClass()voideUnset(int featureID)ParametergetProcessingTime()ParametergetQueueTime()ParametergetReworkTime()ParametergetSetUpTime()ParametergetTransferTime()ParametergetValidationTime()ParametergetWaitTime()voidsetProcessingTime(Parameter newProcessingTime)voidsetQueueTime(Parameter newQueueTime)voidsetReworkTime(Parameter newReworkTime)voidsetSetUpTime(Parameter newSetUpTime)voidsetTransferTime(Parameter newTransferTime)voidsetValidationTime(Parameter newValidationTime)voidsetWaitTime(Parameter newWaitTime)-
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
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
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
transferTime
protected Parameter transferTime
The cached value of the 'Transfer Time' containment reference.- See Also:
getTransferTime()- Generated code
- Ordered
-
queueTime
protected Parameter queueTime
The cached value of the 'Queue Time' containment reference.- See Also:
getQueueTime()- Generated code
- Ordered
-
waitTime
protected Parameter waitTime
The cached value of the 'Wait Time' containment reference.- See Also:
getWaitTime()- Generated code
- Ordered
-
setUpTime
protected Parameter setUpTime
The cached value of the 'Set Up Time' containment reference.- See Also:
getSetUpTime()- Generated code
- Ordered
-
processingTime
protected Parameter processingTime
The cached value of the 'Processing Time' containment reference.- See Also:
getProcessingTime()- Generated code
- Ordered
-
validationTime
protected Parameter validationTime
The cached value of the 'Validation Time' containment reference.- See Also:
getValidationTime()- Generated code
- Ordered
-
reworkTime
protected Parameter reworkTime
The cached value of the 'Rework Time' containment reference.- See Also:
getReworkTime()- Generated code
- Ordered
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classorg.eclipse.emf.ecore.impl.EObjectImpl- Generated code
-
getTransferTime
public Parameter getTransferTime()
- Specified by:
getTransferTimein interfaceTimeParameters- Returns:
- the value of the 'Transfer Time' containment reference.
- See Also:
TimeParameters.setTransferTime(Parameter),BpsimPackage.getTimeParameters_TransferTime()- Generated code
-
basicSetTransferTime
public org.eclipse.emf.common.notify.NotificationChain basicSetTransferTime(Parameter newTransferTime, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setTransferTime
public void setTransferTime(Parameter newTransferTime)
- Specified by:
setTransferTimein interfaceTimeParameters- Parameters:
newTransferTime- the new value of the 'Transfer Time' containment reference.- See Also:
TimeParameters.getTransferTime()- Generated code
-
getQueueTime
public Parameter getQueueTime()
- Specified by:
getQueueTimein interfaceTimeParameters- Returns:
- the value of the 'Queue Time' containment reference.
- See Also:
TimeParameters.setQueueTime(Parameter),BpsimPackage.getTimeParameters_QueueTime()- Generated code
-
basicSetQueueTime
public org.eclipse.emf.common.notify.NotificationChain basicSetQueueTime(Parameter newQueueTime, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setQueueTime
public void setQueueTime(Parameter newQueueTime)
- Specified by:
setQueueTimein interfaceTimeParameters- Parameters:
newQueueTime- the new value of the 'Queue Time' containment reference.- See Also:
TimeParameters.getQueueTime()- Generated code
-
getWaitTime
public Parameter getWaitTime()
- Specified by:
getWaitTimein interfaceTimeParameters- Returns:
- the value of the 'Wait Time' containment reference.
- See Also:
TimeParameters.setWaitTime(Parameter),BpsimPackage.getTimeParameters_WaitTime()- Generated code
-
basicSetWaitTime
public org.eclipse.emf.common.notify.NotificationChain basicSetWaitTime(Parameter newWaitTime, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setWaitTime
public void setWaitTime(Parameter newWaitTime)
- Specified by:
setWaitTimein interfaceTimeParameters- Parameters:
newWaitTime- the new value of the 'Wait Time' containment reference.- See Also:
TimeParameters.getWaitTime()- Generated code
-
getSetUpTime
public Parameter getSetUpTime()
- Specified by:
getSetUpTimein interfaceTimeParameters- Returns:
- the value of the 'Set Up Time' containment reference.
- See Also:
TimeParameters.setSetUpTime(Parameter),BpsimPackage.getTimeParameters_SetUpTime()- Generated code
-
basicSetSetUpTime
public org.eclipse.emf.common.notify.NotificationChain basicSetSetUpTime(Parameter newSetUpTime, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setSetUpTime
public void setSetUpTime(Parameter newSetUpTime)
- Specified by:
setSetUpTimein interfaceTimeParameters- Parameters:
newSetUpTime- the new value of the 'Set Up Time' containment reference.- See Also:
TimeParameters.getSetUpTime()- Generated code
-
getProcessingTime
public Parameter getProcessingTime()
- Specified by:
getProcessingTimein interfaceTimeParameters- Returns:
- the value of the 'Processing Time' containment reference.
- See Also:
TimeParameters.setProcessingTime(Parameter),BpsimPackage.getTimeParameters_ProcessingTime()- Generated code
-
basicSetProcessingTime
public org.eclipse.emf.common.notify.NotificationChain basicSetProcessingTime(Parameter newProcessingTime, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setProcessingTime
public void setProcessingTime(Parameter newProcessingTime)
- Specified by:
setProcessingTimein interfaceTimeParameters- Parameters:
newProcessingTime- the new value of the 'Processing Time' containment reference.- See Also:
TimeParameters.getProcessingTime()- Generated code
-
getValidationTime
public Parameter getValidationTime()
- Specified by:
getValidationTimein interfaceTimeParameters- Returns:
- the value of the 'Validation Time' containment reference.
- See Also:
TimeParameters.setValidationTime(Parameter),BpsimPackage.getTimeParameters_ValidationTime()- Generated code
-
basicSetValidationTime
public org.eclipse.emf.common.notify.NotificationChain basicSetValidationTime(Parameter newValidationTime, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setValidationTime
public void setValidationTime(Parameter newValidationTime)
- Specified by:
setValidationTimein interfaceTimeParameters- Parameters:
newValidationTime- the new value of the 'Validation Time' containment reference.- See Also:
TimeParameters.getValidationTime()- Generated code
-
getReworkTime
public Parameter getReworkTime()
- Specified by:
getReworkTimein interfaceTimeParameters- Returns:
- the value of the 'Rework Time' containment reference.
- See Also:
TimeParameters.setReworkTime(Parameter),BpsimPackage.getTimeParameters_ReworkTime()- Generated code
-
basicSetReworkTime
public org.eclipse.emf.common.notify.NotificationChain basicSetReworkTime(Parameter newReworkTime, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setReworkTime
public void setReworkTime(Parameter newReworkTime)
- Specified by:
setReworkTimein interfaceTimeParameters- Parameters:
newReworkTime- the new value of the 'Rework Time' containment reference.- See Also:
TimeParameters.getReworkTime()- Generated code
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)- Overrides:
eInverseRemovein classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eGetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eSetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eUnsetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eIsSetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
-