|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.batch.BatchProcessContainer
public class BatchProcessContainer
Used for the configurations of the batch process.
| Constructor Summary | |
|---|---|
BatchProcessContainer()
Constructs a new batch process container. |
|
| Method Summary | |
|---|---|
void |
addAlgorithm(BatchAlgorithm algorithm)
Adds a batch algorithm. |
void |
addGestureSet(GestureSet set)
Adds a gesture set. |
List<BatchAlgorithm> |
getAlgorithms()
Returns the batch algorithm. |
List<GestureSet> |
getGestureSets()
Returns a list of gesture sets. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchProcessContainer()
| Method Detail |
|---|
public List<BatchAlgorithm> getAlgorithms()
public void addAlgorithm(BatchAlgorithm algorithm)
algorithm - the algorithm to be added.public List<GestureSet> getGestureSets()
public void addGestureSet(GestureSet set)
set - the gesture set to be added.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||