Archived Website:
This website is a static snapshot for archival purposes only.
It is no longer maintained or updated.
operators
Class FindContainsProductOperator
java.lang.Object
|
+--dataanalysis.databases.DatabaseElement
|
+--operators.Operator
|
+--operators.FindContainsProductOperator
- Direct Known Subclasses:
- FindContainsProductAltavistaOperator, FindContainsProductNathanOperator, FindContainsProductYahooOperator
- public class FindContainsProductOperator
- extends Operator
automatisch erzeugter OperatorFindContainsProductOperator
#------------------------------------------------------------------
# (a) Suche prodpage mit einem search service. In die Suchanfrage
# geht ein productname ein trade-synonym ein
# (b) Verifiziere die Ergebnisse nach prodpage mit Klassifikator
# (c) schaue nach, ob das Ergebnis auch tatsaechlich das Produkt
# enthaelt.
#__________________________________________________________________
# Fuer jeden SearchService gibt es eine Subklasse dieses Operators.
#------------------------------------------------------------------
- Version:
- 1.0
- Author:
- Nils Malzahn
- See Also:
- Serialized Form
| Fields inherited from class operators.Operator |
added,
deleted,
OPCLASSIC,
OPCLASSIFIER,
OPCONDITIONAL,
opID,
OPREACTIVE,
OPTARGETMATCH,
opType,
postcondFullfilled,
postconds,
precond,
predicateIndexToVerify,
weight |
|
Method Summary |
java.lang.Object |
clone()
|
void |
eval()
Eval-Methode des Operators. |
| Methods inherited from class operators.Operator |
clear,
deepClone,
deepPointerClone,
equals,
getAdded,
getDeleted,
getFullfilledPostcondition,
getOpID,
getOpType,
getPostcond,
getPostcondFullfilled,
getPrecond,
getUnverifiedPrecondPred,
getWeight,
setAdded,
setDeleted,
setOpID,
setOpType,
setPostcond,
setPostcondFullfilled,
setPrecond,
setPredicateIndexToVerify,
setVerifiedPrecondPred,
setWeight,
toString |
| Methods inherited from class java.lang.Object |
,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
searchservice
public transient SearchService searchservice
- Die Suchmaschine die benutzt werden soll.
- Since:
- 1.0
FindContainsProductOperator
public FindContainsProductOperator()
eval
public void eval()
throws OperatorFailedException
- Eval-Methode des Operators.
Naeheres siehe
Operator.eval().
- Overrides:
- eval in class Operator
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
- clone in class Operator