|
Generated: Sun Oct 7 15:19:11 BST 2007 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataAdaptPlugIn
An interface for adapting (changing, filtering) analysis data.
The implementation classes will be usually loaded dynamically - therefore they should have a non-parameter constructor.
Method Summary | |
---|---|
void |
process(java.lang.String dataName,
java.io.InputStream source,
java.io.OutputStream result)
Read 'source' data, adapt them, and create the result back. |
void |
process(java.lang.String dataName,
java.io.InputStream source,
java.io.OutputStream result,
java.util.Map properties)
The same as process but
you may specified additional requirements in the
properties. |
Method Detail |
---|
void process(java.lang.String dataName, java.io.InputStream source, java.io.OutputStream result) throws java.io.IOException, org.embl.ebi.analysis.AnalysisException
dataName
- identifies what data are being adaptedsource
- data to be readresult
- data to be produced
java.io.IOException
- if there were 'physical' problems with
reading or writing data
AnalysisException
- if there were 'logical' problems (for
example unexpected source format, or missing pieces in the
source)void process(java.lang.String dataName, java.io.InputStream source, java.io.OutputStream result, java.util.Map properties) throws java.io.IOException, org.embl.ebi.analysis.AnalysisException
process
but
you may specified additional requirements in the
properties.
dataName
- identifies what data are being adaptedsource
- data to be readresult
- data to be producedproperties
- define additional requirements or features of
the transformation
java.io.IOException
- if there were 'physical' problems with
reading or writing data
AnalysisException
- if there were 'logical' problems (for
example unexpected source format, or missing pieces in the
source)
|
Generated: Sun Oct 7 15:19:11 BST 2007 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |