Decision Center API

ilog.rules.teamserver.brm
Interface IlrScopeElement

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

public interface IlrScopeElement
extends IlrElementDetails

A representation of the model object 'Scope Element'.

The following features are supported:

See Also:
IlrBrmPackage.getScopeElement()

Method Summary
 int getOrder()
          Returns the value of the 'Order' attribute.
 IlrRule getRule()
          Returns the value of the 'Rule' reference.
 IlrRulePackage getRulePackage()
          Returns the value of the 'Rule Package' reference.
 String getRuleTaskName()
          Returns the value of the 'Rule Task Name' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementSummary
getName
 
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

getRulePackage

IlrRulePackage getRulePackage()
                              throws IlrObjectNotFoundException
Returns the value of the 'Rule Package' reference.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Rule Package' reference.
See Also:
IlrBrmPackage.getScopeElement_RulePackage()

getRule

IlrRule getRule()
                throws IlrObjectNotFoundException
Returns the value of the 'Rule' reference.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Rule' reference.
See Also:
IlrBrmPackage.getScopeElement_Rule()

getRuleTaskName

String getRuleTaskName()
Returns the value of the 'Rule Task Name' attribute.

Returns:
the value of the 'Rule Task Name' attribute.
See Also:
IlrBrmPackage.getScopeElement_RuleTaskName()

getOrder

int getOrder()
Returns the value of the 'Order' attribute.

Returns:
the value of the 'Order' attribute.
See Also:
IlrBrmPackage.getScopeElement_Order()

Decision Center API

© Copyright IBM Corp. 1987, 2013