|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bdgp.io.AbstractDataAdapter
apollo.dataadapter.AbstractApolloAdapter
apollo.dataadapter.gff3.GFF3Adapter
public class GFF3Adapter
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
logger
|
| Fields inherited from class apollo.dataadapter.AbstractApolloAdapter |
|---|
curation_set, region, style |
| Fields inherited from class org.bdgp.io.AbstractDataAdapter |
|---|
listeners |
| Fields inherited from interface apollo.dataadapter.ApolloDataAdapterI |
|---|
OP_APPEND_DATA, OP_READ_DATA, OP_READ_RAW_ANALYSIS, OP_READ_SEQUENCE, OP_WRITE_DATA |
| Constructor Summary | |
|---|---|
GFF3Adapter()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
addToCurationSet()
Add GFF3 data to currently existing CurationSet |
void |
commitChanges(CurationSet curation)
Commit data |
CurationSet |
getCurationSet()
Parse and return the CurationSet |
java.lang.String |
getGffFilename()
Get the GFF filename |
java.lang.String |
getSeqFilename()
Get the sequence filename |
org.bdgp.io.IOOperation[] |
getSupportedOperations()
Get supported operations (read / write) |
org.bdgp.io.DataAdapterUI |
getUI(org.bdgp.io.IOOperation op)
Get the UI for the data adapter |
void |
init()
Initialize the adapter |
boolean |
isFastaFromGff()
Checks whether to parse FASTA from GFF or external FASTA file |
void |
setDataInput(DataInput di)
Sets the input for this adapter |
void |
setFastaFromGff(boolean fastaFromGff)
Sets whether to parse FASTA from GFF or external FASTA file |
void |
setGffFilename(java.lang.String gffFilename)
Set the GFF filename |
void |
setSeqFilename(java.lang.String seqFilename)
Set the sequence filename |
void |
write(java.lang.Object values)
Write data |
| Methods inherited from class org.bdgp.io.AbstractDataAdapter |
|---|
addProgressListener, fireProgressEvent, removeProgressListener, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.bdgp.io.VisualDataAdapter |
|---|
addProgressListener, fireProgressEvent, removeProgressListener |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public GFF3Adapter()
| Method Detail |
|---|
public void setFastaFromGff(boolean fastaFromGff)
public boolean isFastaFromGff()
public org.bdgp.io.IOOperation[] getSupportedOperations()
public org.bdgp.io.DataAdapterUI getUI(org.bdgp.io.IOOperation op)
public void init()
init in interface org.bdgp.io.DataAdapterinit in class AbstractApolloAdapterpublic java.lang.String getGffFilename()
public void setGffFilename(java.lang.String gffFilename)
public java.lang.String getSeqFilename()
public void setSeqFilename(java.lang.String seqFilename)
public void setDataInput(DataInput di)
setDataInput in interface ApolloDataAdapterIsetDataInput in class AbstractApolloAdapter
public CurationSet getCurationSet()
throws ApolloAdapterException
getCurationSet in interface ApolloDataAdapterIgetCurationSet in class AbstractApolloAdapterApolloAdapterException
public java.lang.Boolean addToCurationSet()
throws ApolloAdapterException
addToCurationSet in interface ApolloDataAdapterIaddToCurationSet in class AbstractApolloAdaptervalues - - ApolloDataI object that contains CurationSet
ApolloAdapterException - if there is an error in parsing the data
public void commitChanges(CurationSet curation)
throws ApolloAdapterException
commitChanges in interface ApolloDataAdapterIcommitChanges in class AbstractApolloAdapterApolloAdapterException
public void write(java.lang.Object values)
throws ApolloAdapterException
ApolloAdapterException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||