public class ProcessingList extends Object
ProcessingList class.
| Modifier and Type | Field and Description |
|---|---|
protected List<Processing> |
tList |
| Constructor and Description |
|---|
ProcessingList()
Constructor for ProcessingList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Processing ex)
add.
|
List<Processing> |
getList()
getList.
|
void |
setList(List<Processing> list)
setList.
|
protected List<Processing> tList
public List<Processing> getList()
getList.
List object.public void setList(List<Processing> list)
setList.
list - a List object.public void add(Processing ex)
add.
ex - a Processing object.Copyright © 2015 SeqWare. All rights reserved.