Interface TimeParameters
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeParametersImpl
public interface TimeParameters extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Time Parameters'.The following features are supported:
- See Also:
BpsimPackage.getTimeParameters()- Generated code
- Model
- extendedMetaData="name='TimeParameters' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParametergetProcessingTime()Returns the value of the 'Processing Time' containment reference.ParametergetQueueTime()Returns the value of the 'Queue Time' containment reference.ParametergetReworkTime()Returns the value of the 'Rework Time' containment reference.ParametergetSetUpTime()Returns the value of the 'Set Up Time' containment reference.ParametergetTransferTime()Returns the value of the 'Transfer Time' containment reference.ParametergetValidationTime()Returns the value of the 'Validation Time' containment reference.ParametergetWaitTime()Returns the value of the 'Wait Time' containment reference.voidsetProcessingTime(Parameter value)Sets the value of the 'Processing Time' containment reference.voidsetQueueTime(Parameter value)Sets the value of the 'Queue Time' containment reference.voidsetReworkTime(Parameter value)Sets the value of the 'Rework Time' containment reference.voidsetSetUpTime(Parameter value)Sets the value of the 'Set Up Time' containment reference.voidsetTransferTime(Parameter value)Sets the value of the 'Transfer Time' containment reference.voidsetValidationTime(Parameter value)Sets the value of the 'Validation Time' containment reference.voidsetWaitTime(Parameter value)Sets the value of the 'Wait Time' containment reference.
-
-
-
Method Detail
-
getTransferTime
Parameter getTransferTime()
Returns the value of the 'Transfer Time' containment reference.If the meaning of the 'Transfer Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transfer Time' containment reference.
- See Also:
setTransferTime(Parameter),BpsimPackage.getTimeParameters_TransferTime()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='TransferTime' namespace='##targetNamespace'"
-
setTransferTime
void setTransferTime(Parameter value)
Sets the value of the 'Transfer Time' containment reference.- Parameters:
value- the new value of the 'Transfer Time' containment reference.- See Also:
getTransferTime()- Generated code
-
getQueueTime
Parameter getQueueTime()
Returns the value of the 'Queue Time' containment reference.If the meaning of the 'Queue Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Queue Time' containment reference.
- See Also:
setQueueTime(Parameter),BpsimPackage.getTimeParameters_QueueTime()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='QueueTime' namespace='##targetNamespace'"
-
setQueueTime
void setQueueTime(Parameter value)
Sets the value of the 'Queue Time' containment reference.- Parameters:
value- the new value of the 'Queue Time' containment reference.- See Also:
getQueueTime()- Generated code
-
getWaitTime
Parameter getWaitTime()
Returns the value of the 'Wait Time' containment reference.If the meaning of the 'Wait Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Wait Time' containment reference.
- See Also:
setWaitTime(Parameter),BpsimPackage.getTimeParameters_WaitTime()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='WaitTime' namespace='##targetNamespace'"
-
setWaitTime
void setWaitTime(Parameter value)
Sets the value of the 'Wait Time' containment reference.- Parameters:
value- the new value of the 'Wait Time' containment reference.- See Also:
getWaitTime()- Generated code
-
getSetUpTime
Parameter getSetUpTime()
Returns the value of the 'Set Up Time' containment reference.If the meaning of the 'Set Up Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Set Up Time' containment reference.
- See Also:
setSetUpTime(Parameter),BpsimPackage.getTimeParameters_SetUpTime()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='SetUpTime' namespace='##targetNamespace'"
-
setSetUpTime
void setSetUpTime(Parameter value)
Sets the value of the 'Set Up Time' containment reference.- Parameters:
value- the new value of the 'Set Up Time' containment reference.- See Also:
getSetUpTime()- Generated code
-
getProcessingTime
Parameter getProcessingTime()
Returns the value of the 'Processing Time' containment reference.If the meaning of the 'Processing Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Processing Time' containment reference.
- See Also:
setProcessingTime(Parameter),BpsimPackage.getTimeParameters_ProcessingTime()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='ProcessingTime' namespace='##targetNamespace'"
-
setProcessingTime
void setProcessingTime(Parameter value)
Sets the value of the 'Processing Time' containment reference.- Parameters:
value- the new value of the 'Processing Time' containment reference.- See Also:
getProcessingTime()- Generated code
-
getValidationTime
Parameter getValidationTime()
Returns the value of the 'Validation Time' containment reference.If the meaning of the 'Validation Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Validation Time' containment reference.
- See Also:
setValidationTime(Parameter),BpsimPackage.getTimeParameters_ValidationTime()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='ValidationTime' namespace='##targetNamespace'"
-
setValidationTime
void setValidationTime(Parameter value)
Sets the value of the 'Validation Time' containment reference.- Parameters:
value- the new value of the 'Validation Time' containment reference.- See Also:
getValidationTime()- Generated code
-
getReworkTime
Parameter getReworkTime()
Returns the value of the 'Rework Time' containment reference.If the meaning of the 'Rework Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Rework Time' containment reference.
- See Also:
setReworkTime(Parameter),BpsimPackage.getTimeParameters_ReworkTime()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='ReworkTime' namespace='##targetNamespace'"
-
setReworkTime
void setReworkTime(Parameter value)
Sets the value of the 'Rework Time' containment reference.- Parameters:
value- the new value of the 'Rework Time' containment reference.- See Also:
getReworkTime()- Generated code
-
-