|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.problem.dataset.DataSetBuilder net.sourceforge.cilib.bioinf.sequencealignment.FASTADataSetBuilder
public class FASTADataSetBuilder
Builds the input data set that gets fed as sequences to be aligned. Input sequences must be in the FASTA format.
Field Summary |
---|
Fields inherited from class net.sourceforge.cilib.problem.dataset.DataSetBuilder |
---|
dataSets |
Constructor Summary | |
---|---|
FASTADataSetBuilder()
Create an instance of FASTADataSetBuilder. |
|
FASTADataSetBuilder(FASTADataSetBuilder copy)
Copy constructor. |
Method Summary | |
---|---|
FASTADataSetBuilder |
getClone()
Create a cloned copy of the current object and return it. |
ArrayList<String> |
getStrings()
Get the list of build Strings. |
void |
initialise()
|
Methods inherited from class net.sourceforge.cilib.problem.dataset.DataSetBuilder |
---|
addDataSet, getDataSet, iterator, uninitialise |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FASTADataSetBuilder()
public FASTADataSetBuilder(FASTADataSetBuilder copy)
copy
- The instance to copy.Method Detail |
---|
public FASTADataSetBuilder getClone()
getClone
in interface Cloneable
getClone
in class DataSetBuilder
Object.clone()
public void initialise()
initialise
in class DataSetBuilder
public ArrayList<String> getStrings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |