|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.curie.BiNoM.pathways.utils.BioPAXMerge
public class BioPAXMerge
Utilities for merging BioPAX objects
Field Summary | |
---|---|
com.hp.hpl.jena.rdf.model.Model |
mainfile
The base BioPAX com.hp.hpl.jena.rdf.model.Model object |
java.util.Vector |
referenceFiles
List of com.hp.hpl.jena.rdf.model.Model objects to merge with the base Model |
Constructor Summary | |
---|---|
BioPAXMerge()
|
Method Summary | |
---|---|
void |
mergeMainWithReferences()
Merging of the base file with reference files. |
void |
printStatements()
Prints all statements of the base Model |
void |
updateMainfileWithReferences()
Updating base file with references. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public com.hp.hpl.jena.rdf.model.Model mainfile
public java.util.Vector referenceFiles
Constructor Detail |
---|
public BioPAXMerge()
Method Detail |
---|
public void mergeMainWithReferences() throws java.lang.Exception
java.lang.Exception
public void updateMainfileWithReferences() throws java.lang.Exception
java.lang.Exception
public void printStatements() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |