All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.drools.TimeParameters Maven / Gradle / Ivy

/**
 */
package org.jboss.drools;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Time Parameters'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.jboss.drools.TimeParameters#getTransferTime Transfer Time}
  • *
  • {@link org.jboss.drools.TimeParameters#getQueueTime Queue Time}
  • *
  • {@link org.jboss.drools.TimeParameters#getWaitTime Wait Time}
  • *
  • {@link org.jboss.drools.TimeParameters#getSetUpTime Set Up Time}
  • *
  • {@link org.jboss.drools.TimeParameters#getProcessingTime Processing Time}
  • *
  • {@link org.jboss.drools.TimeParameters#getValidationTime Validation Time}
  • *
  • {@link org.jboss.drools.TimeParameters#getReworkTime Rework Time}
  • *
  • {@link org.jboss.drools.TimeParameters#getTimeUnit Time Unit}
  • *
*

* * @see org.jboss.drools.DroolsPackage#getTimeParameters() * @model extendedMetaData="name='TimeParameters' kind='elementOnly'" * @generated */ public interface TimeParameters extends EObject { /** * 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... *

* * @return the value of the 'Transfer Time' containment reference. * @see #setTransferTime(Parameter) * @see org.jboss.drools.DroolsPackage#getTimeParameters_TransferTime() * @model containment="true" * extendedMetaData="kind='element' name='TransferTime' namespace='##targetNamespace'" * @generated */ Parameter getTransferTime(); /** * Sets the value of the '{@link org.jboss.drools.TimeParameters#getTransferTime Transfer Time}' containment reference. * * * @param value the new value of the 'Transfer Time' containment reference. * @see #getTransferTime() * @generated */ void setTransferTime(Parameter value); /** * 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... *

* * @return the value of the 'Queue Time' containment reference. * @see #setQueueTime(Parameter) * @see org.jboss.drools.DroolsPackage#getTimeParameters_QueueTime() * @model containment="true" * extendedMetaData="kind='element' name='QueueTime' namespace='##targetNamespace'" * @generated */ Parameter getQueueTime(); /** * Sets the value of the '{@link org.jboss.drools.TimeParameters#getQueueTime Queue Time}' containment reference. * * * @param value the new value of the 'Queue Time' containment reference. * @see #getQueueTime() * @generated */ void setQueueTime(Parameter value); /** * 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... *

* * @return the value of the 'Wait Time' containment reference. * @see #setWaitTime(Parameter) * @see org.jboss.drools.DroolsPackage#getTimeParameters_WaitTime() * @model containment="true" * extendedMetaData="kind='element' name='WaitTime' namespace='##targetNamespace'" * @generated */ Parameter getWaitTime(); /** * Sets the value of the '{@link org.jboss.drools.TimeParameters#getWaitTime Wait Time}' containment reference. * * * @param value the new value of the 'Wait Time' containment reference. * @see #getWaitTime() * @generated */ void setWaitTime(Parameter value); /** * 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... *

* * @return the value of the 'Set Up Time' containment reference. * @see #setSetUpTime(Parameter) * @see org.jboss.drools.DroolsPackage#getTimeParameters_SetUpTime() * @model containment="true" * extendedMetaData="kind='element' name='SetUpTime' namespace='##targetNamespace'" * @generated */ Parameter getSetUpTime(); /** * Sets the value of the '{@link org.jboss.drools.TimeParameters#getSetUpTime Set Up Time}' containment reference. * * * @param value the new value of the 'Set Up Time' containment reference. * @see #getSetUpTime() * @generated */ void setSetUpTime(Parameter value); /** * 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... *

* * @return the value of the 'Processing Time' containment reference. * @see #setProcessingTime(Parameter) * @see org.jboss.drools.DroolsPackage#getTimeParameters_ProcessingTime() * @model containment="true" * extendedMetaData="kind='element' name='ProcessingTime' namespace='##targetNamespace'" * @generated */ Parameter getProcessingTime(); /** * Sets the value of the '{@link org.jboss.drools.TimeParameters#getProcessingTime Processing Time}' containment reference. * * * @param value the new value of the 'Processing Time' containment reference. * @see #getProcessingTime() * @generated */ void setProcessingTime(Parameter value); /** * 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... *

* * @return the value of the 'Validation Time' containment reference. * @see #setValidationTime(Parameter) * @see org.jboss.drools.DroolsPackage#getTimeParameters_ValidationTime() * @model containment="true" * extendedMetaData="kind='element' name='ValidationTime' namespace='##targetNamespace'" * @generated */ Parameter getValidationTime(); /** * Sets the value of the '{@link org.jboss.drools.TimeParameters#getValidationTime Validation Time}' containment reference. * * * @param value the new value of the 'Validation Time' containment reference. * @see #getValidationTime() * @generated */ void setValidationTime(Parameter value); /** * 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... *

* * @return the value of the 'Rework Time' containment reference. * @see #setReworkTime(Parameter) * @see org.jboss.drools.DroolsPackage#getTimeParameters_ReworkTime() * @model containment="true" * extendedMetaData="kind='element' name='ReworkTime' namespace='##targetNamespace'" * @generated */ Parameter getReworkTime(); /** * Sets the value of the '{@link org.jboss.drools.TimeParameters#getReworkTime Rework Time}' containment reference. * * * @param value the new value of the 'Rework Time' containment reference. * @see #getReworkTime() * @generated */ void setReworkTime(Parameter value); /** * Returns the value of the 'Time Unit' attribute. * The literals are from the enumeration {@link org.jboss.drools.TimeUnit}. * *

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

* * @return the value of the 'Time Unit' attribute. * @see org.jboss.drools.TimeUnit * @see #isSetTimeUnit() * @see #unsetTimeUnit() * @see #setTimeUnit(TimeUnit) * @see org.jboss.drools.DroolsPackage#getTimeParameters_TimeUnit() * @model unsettable="true" * extendedMetaData="kind='element' name='TimeUnit' namespace='##targetNamespace'" * @generated */ TimeUnit getTimeUnit(); /** * Sets the value of the '{@link org.jboss.drools.TimeParameters#getTimeUnit Time Unit}' attribute. * * * @param value the new value of the 'Time Unit' attribute. * @see org.jboss.drools.TimeUnit * @see #isSetTimeUnit() * @see #unsetTimeUnit() * @see #getTimeUnit() * @generated */ void setTimeUnit(TimeUnit value); /** * Unsets the value of the '{@link org.jboss.drools.TimeParameters#getTimeUnit Time Unit}' attribute. * * * @see #isSetTimeUnit() * @see #getTimeUnit() * @see #setTimeUnit(TimeUnit) * @generated */ void unsetTimeUnit(); /** * Returns whether the value of the '{@link org.jboss.drools.TimeParameters#getTimeUnit Time Unit}' attribute is set. * * * @return whether the value of the 'Time Unit' attribute is set. * @see #unsetTimeUnit() * @see #getTimeUnit() * @see #setTimeUnit(TimeUnit) * @generated */ boolean isSetTimeUnit(); } // TimeParameters




© 2015 - 2025 Weber Informatics LLC | Privacy Policy