jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

bpsim
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.EObject

A representation of the model object 'Time Parameters'.

The following features are supported:

See Also:
BpsimPackage.getTimeParameters()

Method Summary
 Parameter getProcessingTime()
          Returns the value of the 'Processing Time' containment reference
 Parameter getQueueTime()
          Returns the value of the 'Queue Time' containment reference
 Parameter getReworkTime()
          Returns the value of the 'Rework Time' containment reference
 Parameter getSetUpTime()
          Returns the value of the 'Set Up Time' containment reference
 Parameter getTransferTime()
          Returns the value of the 'Transfer Time' containment reference
 Parameter getValidationTime()
          Returns the value of the 'Validation Time' containment reference
 Parameter getWaitTime()
          Returns the value of the 'Wait Time' containment reference
 void setProcessingTime(Parameter value)
          Sets the value of the 'Processing Time' containment reference
 void setQueueTime(Parameter value)
          Sets the value of the 'Queue Time' containment reference
 void setReworkTime(Parameter value)
          Sets the value of the 'Rework Time' containment reference
 void setSetUpTime(Parameter value)
          Sets the value of the 'Set Up Time' containment reference
 void setTransferTime(Parameter value)
          Sets the value of the 'Transfer Time' containment reference
 void setValidationTime(Parameter value)
          Sets the value of the 'Validation Time' containment reference
 void setWaitTime(Parameter value)
          Sets the value of the 'Wait Time' containment reference
 
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

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()

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()

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()

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()

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()

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()

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()

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()

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()

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()

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()

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()

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()

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()

jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.