gr.uoa.di.madgik.execution.engine
Class ExecutionEngineConfig

java.lang.Object
  extended by gr.uoa.di.madgik.execution.engine.ExecutionEngineConfig

public class ExecutionEngineConfig
extends Object

Configuration class defining the operation of the ExecutionEngine

Author:
gpapanikos

Field Summary
static int InfinitePlans
          A constant value indicating infinite plans acceptable by the engine.
 
Constructor Summary
ExecutionEngineConfig(int MaximumNumberOfPlans)
          Instantiates a new execution engine config.
 
Method Summary
 int GetMaximumNumberOfPlans()
          Gets the maximum number of plans.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InfinitePlans

public static final int InfinitePlans
A constant value indicating infinite plans acceptable by the engine.

See Also:
Constant Field Values
Constructor Detail

ExecutionEngineConfig

public ExecutionEngineConfig(int MaximumNumberOfPlans)
Instantiates a new execution engine config.

Parameters:
MaximumNumberOfPlans - the maximum number of plans
Method Detail

GetMaximumNumberOfPlans

public int GetMaximumNumberOfPlans()
Gets the maximum number of plans.

Returns:
the maximum number of plans.


Copyright © 2012. All Rights Reserved.