public class BioPAXMerge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
BioPAXMerge() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Model mainfile
public java.util.Vector referenceFiles
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