net.sf.j3d.imaging
Class ArtifactDetectionTask

java.lang.Object
  extended by net.sf.j3d.imaging.ArtifactDetectionTask

public class ArtifactDetectionTask
extends Object


Constructor Summary
ArtifactDetectionTask()
           
 
Method Summary
 Job createJob(String data)
           
 String encode()
           
 double getCompleteness()
           
 String getName()
           
 double getPriority()
           
 long getTaskId()
           
 void init()
           
 boolean isComplete()
           
static void main(String[] args)
           
 Job nextJob()
           
 void set(String key, String value)
           
 void setPriority(double p)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtifactDetectionTask

public ArtifactDetectionTask()
Method Detail

init

public void init()

getTaskId

public long getTaskId()

nextJob

public Job nextJob()

createJob

public Job createJob(String data)

set

public void set(String key,
                String value)

encode

public String encode()

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

getCompleteness

public double getCompleteness()

isComplete

public boolean isComplete()

setPriority

public void setPriority(double p)

getPriority

public double getPriority()

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException