org.coode.owl.rdf.model
Class RDFGraph
java.lang.Object
org.coode.owl.rdf.model.RDFGraph
public class RDFGraph
- extends java.lang.Object
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 06-Dec-2006
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFGraph
public RDFGraph()
addTriple
public void addTriple(RDFTriple triple)
getTriplesForSubject
public java.util.Set<RDFTriple> getTriplesForSubject(RDFNode subject)
getRootAnonymousNodes
public java.util.Set<RDFResourceNode> getRootAnonymousNodes()
dumpTriples
public void dumpTriples(java.io.Writer w)
throws java.io.IOException
- Throws:
java.io.IOException