de.ukn.hci.squidy.manager.heuristics
Class Heuristic

java.lang.Object
  extended by de.ukn.hci.squidy.manager.heuristics.Heuristic

public class Heuristic
extends Object

Heuristic.

 Date: Mar 28, 2009
 Time: 2:40:20 PM
 

Since:
1.0.0
Version:
$Id: Heuristic.java 30 2009-09-18 22:23:35Z nitsche $
Author:
 Roman R&aumldle
 Roman.Raedle@uni-konstanz.de
 Human-Computer Interaction Group
 University of Konstanz
 

Constructor Summary
Heuristic()
           
 
Method Summary
 Collection<Match> getMatches()
           
 String getType()
           
 void setMatches(Collection<Match> matches)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Heuristic

public Heuristic()
Method Detail

getType

public final String getType()
Returns:
the type

setType

public final void setType(String type)
Parameters:
type - the type to set

getMatches

public final Collection<Match> getMatches()
Returns:
the matches

setMatches

public final void setMatches(Collection<Match> matches)
Parameters:
matches - the matches to set


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.