Decision Center API

ilog.rules.teamserver.brm
Interface IlrScenarioSuite

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

public interface IlrScenarioSuite
extends IlrPackageElement

A representation of the model object 'Scenario Suite'.

For future use.

The following features are supported:

See Also:
IlrBrmPackage.getScenarioSuite()

Method Summary
 String getEntryPoint()
          Returns the value of the 'Entry Point' attribute.
 String getFormat()
          Returns the value of the 'Format' attribute.
 List getResources()
          Returns the value of the 'Resources' containment reference list.
 List getResources(IlrElementVersion version)
          Returns the value of the 'Resources' containment reference list for the given version.
 String getTestBaseline()
          Returns the value of the 'Test Baseline' attribute.
 String getTestExtractor()
          Returns the value of the 'Test Extractor' attribute.
 
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

getTestBaseline

String getTestBaseline()
Returns the value of the 'Test Baseline' attribute.

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

getTestExtractor

String getTestExtractor()
Returns the value of the 'Test Extractor' attribute.

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

getEntryPoint

String getEntryPoint()
Returns the value of the 'Entry Point' attribute.

Returns:
the value of the 'Entry Point' attribute.
See Also:
IlrBrmPackage.getScenarioSuite_EntryPoint()

getFormat

String getFormat()
Returns the value of the 'Format' attribute.

Returns:
the value of the 'Format' attribute.
See Also:
IlrBrmPackage.getScenarioSuite_Format()

getResources

List getResources()
                  throws IlrObjectNotFoundException
Returns the value of the 'Resources' containment reference list.

The list contents are of type IlrScenarioSuiteResource.

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

getResources

List getResources(IlrElementVersion version)
                  throws IlrObjectNotFoundException
Returns the value of the 'Resources' 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 IlrScenarioSuiteResource.

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

Decision Center API

© Copyright IBM Corp. 1987, 2013