gr.uoa.di.madgik.execution.engine
Class ExecutionEngineConfig
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfinitePlans
public static final int InfinitePlans
- A constant value indicating infinite plans acceptable by the engine.
- See Also:
- Constant Field Values
ExecutionEngineConfig
public ExecutionEngineConfig(int MaximumNumberOfPlans)
- Instantiates a new execution engine config.
- Parameters:
MaximumNumberOfPlans - the maximum number of plans
GetMaximumNumberOfPlans
public int GetMaximumNumberOfPlans()
- Gets the maximum number of plans.
- Returns:
- the maximum number of plans.
Copyright © 2013. All Rights Reserved.