anl.aida.client.net
Class TFEdgeCC

java.lang.Object
  extended by anl.aida.client.net.TFEdgeCC
All Implemented Interfaces:
EdgeCreatorCreator

public class TFEdgeCC
extends java.lang.Object
implements EdgeCreatorCreator


Constructor Summary
TFEdgeCC()
           
 
Method Summary
 EdgeCreator createEdgeCreator(CacheElement element, int docThreshold, float scoreThreshold)
          Creates an EdgeCreator from the specified parameters.
 java.lang.String getLabel()
          Gets a descriptive label for the EdgeCreatorCreator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TFEdgeCC

public TFEdgeCC()
Method Detail

getLabel

public java.lang.String getLabel()
Gets a descriptive label for the EdgeCreatorCreator.

Specified by:
getLabel in interface EdgeCreatorCreator
Returns:
a descriptive label for the EdgeCreatorCreator.

createEdgeCreator

public EdgeCreator createEdgeCreator(CacheElement element,
                                     int docThreshold,
                                     float scoreThreshold)
Creates an EdgeCreator from the specified parameters.

Specified by:
createEdgeCreator in interface EdgeCreatorCreator
Parameters:
element - the element used to get the STC, etc if necessary
docThreshold - the shared doc count threshold
scoreThreshold - the score threshold, if necessary
Returns:
the created EdgeCreator.