de.ukn.hci.squidy.manager.heuristics
Class Heuristic
java.lang.Object
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ädle
Roman.Raedle@uni-konstanz.de
Human-Computer Interaction Group
University of Konstanz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Heuristic
public Heuristic()
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.