|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object xsmeral.semnet.manager.ProcessingJob
public class ProcessingJob
Contains a chain of processors with their configurations.
JobRunner
Field Summary | |
---|---|
static String |
DEFAULT_FILENAME
Default file name of a processing job file. |
Constructor Summary | |
---|---|
ProcessingJob()
|
|
ProcessingJob(String name,
String description,
List<Configuration> processorChain,
List<Configuration> attached)
Initializes all fields. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Configuration> |
getAttached()
Returns collection of attached processors. |
String |
getDescription()
Returns description of the job. |
String |
getName()
Returns name of the job. |
List<Configuration> |
getProcessorChain()
Returns list of object processors. |
int |
hashCode()
|
void |
setAttached(List<Configuration> attached)
|
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setProcessorChain(List<Configuration> processorChain)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_FILENAME
Constructor Detail |
---|
public ProcessingJob()
public ProcessingJob(String name, String description, List<Configuration> processorChain, List<Configuration> attached)
name
- Arbitrary user-assigned namedescription
- Arbitrary descriptionprocessorChain
- Chain of processors and their configurationsMethod Detail |
---|
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public List<Configuration> getProcessorChain()
public void setProcessorChain(List<Configuration> processorChain)
public List<Configuration> getAttached()
public void setAttached(List<Configuration> attached)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |