org.jasen.interfaces
Interface HeuristicDefinitionSet

All Known Implementing Classes:
StandardHeuristicDefinitionSet

public interface HeuristicDefinitionSet

Maintains a set of heuristic definitions.

NOTE: Implemenations MUST be thread safe

Author:
Jason Polites

Method Summary
 void init(Properties properties)
          Initialises the definition set from the given properties
 

Method Detail

init

public void init(Properties properties)
          throws JasenException
Initialises the definition set from the given properties

Parameters:
properties - The set of properties used to initialise and configure the definition set
Throws:
JasenException