|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucot.ModuleProperties
ucot.heuristic.DummyHeuristic
public class DummyHeuristic
DummyHeuristic which does absolutely nothing but helps avoiding null values in heuristic variables.
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 |
---|
public DummyHeuristic()
Method Detail |
---|
public void doHeuristic(ParsedData data, AnalyzeModel model) throws java.lang.Exception
HeuristicInterface
doHeuristic
in interface HeuristicInterface
data
- Parsed Use case for the heuristic.model
- Analyze model where parsed data is added to.
java.lang.Exception
public java.lang.String getName()
HeuristicInterface
getName
in interface HeuristicInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |