|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mskcc.psibiopax.converter.PSIMIBioPAXConverter
public class PSIMIBioPAXConverter
The converter class. 1 - Unmarshalls PSI data. 2 - Creates a set of EntryMapper threads, each of which is mapping a single PSI Entry object. 3 - Creates a BioPAXMarshaller class to aggregate and marshall the data.
| Field Summary | |
|---|---|
protected boolean |
conversionIsComplete
Ref to boolean which indicates conversion is complete. |
| Constructor Summary | |
|---|---|
PSIMIBioPAXConverter(BioPAXLevel bpLevel)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
convert(psidev.psi.mi.xml.model.EntrySet entrySet,
java.io.OutputStream outputStream)
Converts the psi data in the EntrySet and places into outputstream. |
boolean |
convert(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Converts the psi data in inputStream and places into outputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean conversionIsComplete
| Constructor Detail |
|---|
public PSIMIBioPAXConverter(BioPAXLevel bpLevel)
bpLevel - BioPAXLevel| Method Detail |
|---|
public boolean convert(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
throws java.io.IOException,
psidev.psi.mi.xml.PsimiXmlReaderException
convert in interface PSIMIConverterinputStream - InputStreamoutputStream - OutputStream
java.io.IOException
psidev.psi.mi.xml.PsimiXmlReaderException
public boolean convert(psidev.psi.mi.xml.model.EntrySet entrySet,
java.io.OutputStream outputStream)
convert in interface PSIMIConverterentrySet - EntrySetoutputStream - OutputStream
psidev.psi.mi.xml.PsimiXmlReaderException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||