Decision Center API

ilog.rules.teamserver.brm
Interface IlrRuleTask

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, IlrTask, Serializable

public interface IlrRuleTask
extends IlrTask

A representation of the model object 'Rule Task'.

The following features are supported:

See Also:
IlrBrmPackage.getRuleTask()

Method Summary
 String getAdvancedProperties()
          Returns the value of the 'Advanced Properties' attribute.
 IlrAlgorithmKind getAlgorithm()
          Returns the value of the 'Algorithm' attribute.
 IlrExitCriteriaKind getExitCriteria()
          Returns the value of the 'Exit Criteria' attribute.
 IlrOrderingKind getOrdering()
          Returns the value of the 'Ordering' attribute.
 String getSelect()
          Returns the value of the 'Select' attribute.
 boolean isDynamic()
          Returns the value of the 'Dynamic' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrTask
getDocumentation, getFinalActions, getInitialActions, getName
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getSelect

String getSelect()
Returns the value of the 'Select' attribute.

Returns:
the value of the 'Select' attribute.
See Also:
IlrBrmPackage.getRuleTask_Select()

isDynamic

boolean isDynamic()
Returns the value of the 'Dynamic' attribute.

Returns:
the value of the 'Dynamic' attribute.
See Also:
IlrBrmPackage.getRuleTask_Dynamic()

getAlgorithm

IlrAlgorithmKind getAlgorithm()
Returns the value of the 'Algorithm' attribute.

The literals are from the enumeration IlrAlgorithmKind.

Returns:
the value of the 'Algorithm' attribute.
See Also:
IlrAlgorithmKind, IlrBrmPackage.getRuleTask_Algorithm()

getOrdering

IlrOrderingKind getOrdering()
Returns the value of the 'Ordering' attribute.

The literals are from the enumeration IlrOrderingKind.

Returns:
the value of the 'Ordering' attribute.
See Also:
IlrOrderingKind, IlrBrmPackage.getRuleTask_Ordering()

getAdvancedProperties

String getAdvancedProperties()
Returns the value of the 'Advanced Properties' attribute.

Returns:
the value of the 'Advanced Properties' attribute.
See Also:
IlrBrmPackage.getRuleTask_AdvancedProperties()

getExitCriteria

IlrExitCriteriaKind getExitCriteria()
Returns the value of the 'Exit Criteria' attribute.

The literals are from the enumeration IlrExitCriteriaKind.

Returns:
the value of the 'Exit Criteria' attribute.
See Also:
IlrExitCriteriaKind, IlrBrmPackage.getRuleTask_ExitCriteria()

Decision Center API

© Copyright IBM Corp. 1987, 2013