|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.rhea.biopax.level2.Biopax
uk.ac.ebi.intenz.biopax.level2.Biopax
public class Biopax
Utility class to dump IntEnz entries as BioPAX model.
Field Summary | |
---|---|
static String |
INTENZ_NS
|
static String |
INTENZ_PREFIX
|
Fields inherited from class uk.ac.ebi.rhea.biopax.level2.Biopax |
---|
RHEA_NS, RHEA_PREFIX |
Constructor Summary | |
---|---|
Biopax()
|
Method Summary | |
---|---|
static org.biopax.paxtools.model.Model |
createModel()
Creates an empty ontology model with the needed namespaces. |
static void |
write(Collection<EnzymeEntry> enzymes,
OutputStream os)
Writes a collection of enzyme entries to an output stream. |
Methods inherited from class uk.ac.ebi.rhea.biopax.level2.Biopax |
---|
fixId, getBpDataSource, getBpPublicationXref, getBpPublicationXref, getBpXref, getBpXref, read, read, read, read, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String INTENZ_PREFIX
public static final String INTENZ_NS
Constructor Detail |
---|
public Biopax()
Method Detail |
---|
public static org.biopax.paxtools.model.Model createModel()
public static void write(Collection<EnzymeEntry> enzymes, OutputStream os) throws IOException, IllegalAccessException, InvocationTargetException
enzymes
- os
-
IOException
IllegalAccessException
InvocationTargetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |