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