Decision Center API

ilog.rules.teamserver.brm
Interface IlrRuleset

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

public interface IlrRuleset
extends IlrElementDetails

A representation of the model object 'Ruleset'.

The following features are supported:

See Also:
IlrBrmPackage.getRuleset()

Method Summary
 String getBaseline()
          Returns the value of the 'Baseline' attribute.
 String getDescription()
          Returns the value of the 'Description' attribute.
 String getDisplayName()
          Returns the value of the 'Display Name' attribute.
 String getExtractor()
          Returns the value of the 'Extractor' attribute.
 int getMajor()
          Returns the value of the 'Major' attribute.
 int getMinor()
          Returns the value of the 'Minor' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 String getProject()
          Returns the value of the 'Project' attribute.
 List getRulesetProperties()
          Returns the value of the 'Ruleset Properties' attribute list.
 String getUrl()
          Returns the value of the 'Url' attribute.
 boolean isDebug()
          Returns the value of the 'Debug' attribute.
 boolean isEnabled()
          Returns the value of the 'Enabled' attribute.
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

Specified by:
getName in interface IlrElementSummary
Returns:
the value of the 'Name' attribute.
See Also:
IlrBrmPackage.getRuleset_Name()

getProject

String getProject()
Returns the value of the 'Project' attribute.

Returns:
the value of the 'Project' attribute.
See Also:
IlrBrmPackage.getRuleset_Project()

getBaseline

String getBaseline()
Returns the value of the 'Baseline' attribute.

The default value is "current".

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

Returns:
the value of the 'Baseline' attribute.
See Also:
IlrBrmPackage.getRuleset_Baseline()

getExtractor

String getExtractor()
Returns the value of the 'Extractor' attribute.

Returns:
the value of the 'Extractor' attribute.
See Also:
IlrBrmPackage.getRuleset_Extractor()

getMajor

int getMajor()
Returns the value of the 'Major' attribute.

The default value is "1".

Returns:
the value of the 'Major' attribute.
See Also:
IlrBrmPackage.getRuleset_Major()

getMinor

int getMinor()
Returns the value of the 'Minor' attribute.

Returns:
the value of the 'Minor' attribute.
See Also:
IlrBrmPackage.getRuleset_Minor()

getUrl

String getUrl()
Returns the value of the 'Url' attribute.

Returns:
the value of the 'Url' attribute.
See Also:
IlrBrmPackage.getRuleset_Url()

isEnabled

boolean isEnabled()
Returns the value of the 'Enabled' attribute.

The default value is "true".

Returns:
the value of the 'Enabled' attribute.
See Also:
IlrBrmPackage.getRuleset_Enabled()

isDebug

boolean isDebug()
Returns the value of the 'Debug' attribute.

Returns:
the value of the 'Debug' attribute.
See Also:
IlrBrmPackage.getRuleset_Debug()

getDisplayName

String getDisplayName()
Returns the value of the 'Display Name' attribute.

Returns:
the value of the 'Display Name' attribute.
See Also:
IlrBrmPackage.getRuleset_DisplayName()

getRulesetProperties

List getRulesetProperties()
Returns the value of the 'Ruleset Properties' attribute list.

The list contents are of type String.

Returns:
the value of the 'Ruleset Properties' attribute list.
See Also:
IlrBrmPackage.getRuleset_RulesetProperties()

getDescription

String getDescription()
Returns the value of the 'Description' attribute.

Returns:
the value of the 'Description' attribute.
See Also:
IlrBrmPackage.getRuleset_Description()

Decision Center API

© Copyright IBM Corp. 1987, 2013