org.jboss.drools
Interface ControlParameters

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ControlParametersImpl

public interface ControlParameters
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Control Parameters'.

The following features are supported:

See Also:
DroolsPackage.getControlParameters()

Method Summary
 Parameter getInterTriggerTimer()
          Returns the value of the 'Inter Trigger Timer' containment reference
 Parameter getMaxTriggerCount()
          Returns the value of the 'Max Trigger Count' containment reference
 Parameter getProbability()
          Returns the value of the 'Probability' containment reference
 void setInterTriggerTimer(Parameter value)
          Sets the value of the 'Inter Trigger Timer' containment reference
 void setMaxTriggerCount(Parameter value)
          Sets the value of the 'Max Trigger Count' containment reference
 void setProbability(Parameter value)
          Sets the value of the 'Probability' 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

getProbability

Parameter getProbability()
Returns the value of the 'Probability' containment reference.

If the meaning of the 'Probability' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Probability' containment reference.
See Also:
setProbability(Parameter), DroolsPackage.getControlParameters_Probability()

setProbability

void setProbability(Parameter value)
Sets the value of the 'Probability' containment reference.

Parameters:
value - the new value of the 'Probability' containment reference.
See Also:
getProbability()

getInterTriggerTimer

Parameter getInterTriggerTimer()
Returns the value of the 'Inter Trigger Timer' containment reference.

If the meaning of the 'Inter Trigger Timer' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inter Trigger Timer' containment reference.
See Also:
setInterTriggerTimer(Parameter), DroolsPackage.getControlParameters_InterTriggerTimer()

setInterTriggerTimer

void setInterTriggerTimer(Parameter value)
Sets the value of the 'Inter Trigger Timer' containment reference.

Parameters:
value - the new value of the 'Inter Trigger Timer' containment reference.
See Also:
getInterTriggerTimer()

getMaxTriggerCount

Parameter getMaxTriggerCount()
Returns the value of the 'Max Trigger Count' containment reference.

If the meaning of the 'Max Trigger Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Max Trigger Count' containment reference.
See Also:
setMaxTriggerCount(Parameter), DroolsPackage.getControlParameters_MaxTriggerCount()

setMaxTriggerCount

void setMaxTriggerCount(Parameter value)
Sets the value of the 'Max Trigger Count' containment reference.

Parameters:
value - the new value of the 'Max Trigger Count' containment reference.
See Also:
getMaxTriggerCount()


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