Decision Center API

ilog.rules.teamserver.brm
Interface IlrVariableSet

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

public interface IlrVariableSet
extends IlrPackageElement

A representation of the model object 'Variable Set'.

The following features are supported:

See Also:
IlrBrmPackage.getVariableSet()

Method Summary
 List getVariables()
          Returns the value of the 'Variables' containment reference list.
 List getVariables(IlrElementVersion version)
          Returns the value of the 'Variables' containment reference list for the given version.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrPackageElement
getRulePackage
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrProjectElement
getDocumentation, getGroup, getProject, getVersion
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getName, getUuid
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn
 
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

getVariables

List getVariables()
                  throws IlrObjectNotFoundException
Returns the value of the 'Variables' containment reference list.

The list contents are of type IlrVariable.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Variables' containment reference list.
See Also:
IlrBrmPackage.getVariableSet_Variables()

getVariables

List getVariables(IlrElementVersion version)
                  throws IlrObjectNotFoundException
Returns the value of the 'Variables' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrVariable.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Variables' containment reference list.
See Also:
IlrBrmPackage.getVariableSet_Variables()

Decision Center API

© Copyright IBM Corp. 1987, 2013