Rule Designer API

ilog.rules.dvs.common.input
Class IlrScenarioSuiteDescriptorFactory

java.lang.Object
  extended by ilog.rules.dvs.common.input.IlrScenarioSuiteDescriptorFactory

public class IlrScenarioSuiteDescriptorFactory
extends Object

A factory for creating scenario suite descriptors.


Constructor Summary
IlrScenarioSuiteDescriptorFactory()
          Creates a new instance of the factory.
 
Method Summary
 IlrScenarioSuiteDescriptor createScenarioSuiteDescriptor(IlrScenarioFormatDescriptor formatDescriptor)
          Creates and returns a new scenario suite descriptor based on the passed format descriptor.
 IlrScenarioSuiteDescriptor createScenarioSuiteDescriptor(IlrScenarioSuiteDescriptor scenarioSuiteDescriptor)
          Creates and returns a new scenario suite descriptor based on an existing one (copy).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlrScenarioSuiteDescriptorFactory

public IlrScenarioSuiteDescriptorFactory()
Creates a new instance of the factory.

Method Detail

createScenarioSuiteDescriptor

public IlrScenarioSuiteDescriptor createScenarioSuiteDescriptor(IlrScenarioFormatDescriptor formatDescriptor)
Creates and returns a new scenario suite descriptor based on the passed format descriptor.

Parameters:
formatDescriptor - The format descriptor to be used in the scenario suite descriptor.
Returns:
A new scenario suite descriptor.

createScenarioSuiteDescriptor

public IlrScenarioSuiteDescriptor createScenarioSuiteDescriptor(IlrScenarioSuiteDescriptor scenarioSuiteDescriptor)
Creates and returns a new scenario suite descriptor based on an existing one (copy).

Parameters:
scenarioSuiteDescriptor - The existing scenario suite descriptor to copy.
Returns:
A new scenario suite descriptor.

Rule Designer API

© Copyright IBM Corp. 1987, 2013