org.jboss.drools
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:
DroolsPackage.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
 TimeUnit getTimeUnit()
          Returns the value of the 'Time Unit' attribute.
 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
 boolean isSetTimeUnit()
          Returns whether the value of the 'Time Unit' attribute is set
 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 setTimeUnit(TimeUnit value)
          Sets the value of the 'Time Unit' attribute
 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
 void unsetTimeUnit()
          Unsets the value of the 'Time Unit' attribute
 
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), DroolsPackage.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), DroolsPackage.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), DroolsPackage.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), DroolsPackage.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), DroolsPackage.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), DroolsPackage.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), DroolsPackage.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()

getTimeUnit

TimeUnit getTimeUnit()
Returns the value of the 'Time Unit' attribute. The literals are from the enumeration TimeUnit.

If the meaning of the 'Time Unit' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Time Unit' attribute.
See Also:
TimeUnit, isSetTimeUnit(), unsetTimeUnit(), setTimeUnit(TimeUnit), DroolsPackage.getTimeParameters_TimeUnit()

setTimeUnit

void setTimeUnit(TimeUnit value)
Sets the value of the 'Time Unit' attribute.

Parameters:
value - the new value of the 'Time Unit' attribute.
See Also:
TimeUnit, isSetTimeUnit(), unsetTimeUnit(), getTimeUnit()

unsetTimeUnit

void unsetTimeUnit()
Unsets the value of the 'Time Unit' attribute.

See Also:
isSetTimeUnit(), getTimeUnit(), setTimeUnit(TimeUnit)

isSetTimeUnit

boolean isSetTimeUnit()
Returns whether the value of the 'Time Unit' attribute is set.

Returns:
whether the value of the 'Time Unit' attribute is set.
See Also:
unsetTimeUnit(), getTimeUnit(), setTimeUnit(TimeUnit)


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