anl.aida.client.net
Class SVEdgeCC

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

public class SVEdgeCC
extends java.lang.Object
implements EdgeCreatorCreator


Constructor Summary
SVEdgeCC()
           
 
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

SVEdgeCC

public SVEdgeCC()
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.