cbr.agent
Class URLIndexer.Job

java.lang.Object
  extended bycbr.agent.URLIndexer.Job
All Implemented Interfaces:
Runnable
Enclosing class:
URLIndexer

protected class URLIndexer.Job
extends Object
implements Runnable

A job loads an image, extracts the feature vector and puts it into the sink.


Field Summary
protected  String name_
           
protected  URLPicsSource pics_
           
protected  String url_
           
 
Constructor Summary
protected URLIndexer.Job(URLPicsSource pics, String name, String url)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pics_

protected URLPicsSource pics_

name_

protected String name_

url_

protected String url_
Constructor Detail

URLIndexer.Job

protected URLIndexer.Job(URLPicsSource pics,
                         String name,
                         String url)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.