ucot.heuristic
Class DummyHeuristic

java.lang.Object
  extended by ucot.ModuleProperties
      extended by ucot.heuristic.DummyHeuristic
All Implemented Interfaces:
HeuristicInterface, ModulePropertyInterface

public class DummyHeuristic
extends ModuleProperties
implements HeuristicInterface

DummyHeuristic which does absolutely nothing but helps avoiding null values in heuristic variables.

Author:
UCOT

Field Summary
 
Fields inherited from class ucot.ModuleProperties
properties, propertiesURL
 
Constructor Summary
DummyHeuristic()
           
 
Method Summary
 void doHeuristic(ParsedData data, AnalyzeModel model)
          Performs heuristic on given ParsedData object returns.
 java.lang.String getName()
          Returns adapter's name.
 
Methods inherited from class ucot.ModuleProperties
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ucot.ModulePropertyInterface
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties
 

Constructor Detail

DummyHeuristic

public DummyHeuristic()
Method Detail

doHeuristic

public void doHeuristic(ParsedData data,
                        AnalyzeModel model)
                 throws java.lang.Exception
Description copied from interface: HeuristicInterface
Performs heuristic on given ParsedData object returns.

Specified by:
doHeuristic in interface HeuristicInterface
Parameters:
data - Parsed Use case for the heuristic.
model - Analyze model where parsed data is added to.
Throws:
java.lang.Exception

getName

public java.lang.String getName()
Description copied from interface: HeuristicInterface
Returns adapter's name.

Specified by:
getName in interface HeuristicInterface
Returns:
Adapter's name.