public interface BatchFeature extends PropFeature
Modifier and Type | Method and Description |
---|---|
void |
attach(java.lang.String study)
Attaches a batch job to a study, which includes assigning it to the
study.
|
void |
continueRun()
Continues the batch job.
|
BatchFeature |
create(java.lang.String tag,
java.lang.String oper)
Create a batch feature.
|
void |
detach()
Detaches the batch job from its study.
|
BatchFeatureList |
feature()
Returns the tasks of a batch job.
|
BatchFeature |
feature(java.lang.String tag)
Returns a task.
|
void |
getInitialValue()
Computes initial value for the batch job.
|
boolean |
isAttached()
Test if batch job is attached to a study.
|
void |
run()
Runs the batch job.
|
java.lang.String |
study()
Returns the study of the batch job.
|
void |
study(java.lang.String tag)
Assigns a batch job to a study.
|
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, selection, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
selection
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
void attach(java.lang.String study)
study
- Study tag.void continueRun()
BatchFeature create(java.lang.String tag, java.lang.String oper)
tag
- Feature tag.oper
- Type of feature.void detach()
BatchFeatureList feature()
BatchFeature feature(java.lang.String tag)
tag
- Task tag.void getInitialValue()
boolean isAttached()
true
if attached.void run()
java.lang.String study()
void study(java.lang.String tag)
tag
- Study tag.