Uses of Interface
edu.unika.aifb.rdf.api.syntax.RDFConsumer

Packages that use RDFConsumer
edu.unika.aifb.rdf.api.syntax   
org.coode.owl.rdfxml.parser   
uk.ac.manchester.cs.owl.turtle.parser   
 

Uses of RDFConsumer in edu.unika.aifb.rdf.api.syntax
 

Methods in edu.unika.aifb.rdf.api.syntax with parameters of type RDFConsumer
 void RDFParser.parse(org.xml.sax.InputSource source, RDFConsumer consumer)
          Parses RDF from given input source.
 

Uses of RDFConsumer in org.coode.owl.rdfxml.parser
 

Classes in org.coode.owl.rdfxml.parser that implement RDFConsumer
 class OWLRDFConsumer
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 07-Dec-2006

A parser/interpreter for an RDF graph which represents an OWL ontology.

 class RDFAPITest
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 07-Dec-2006

 

Uses of RDFConsumer in uk.ac.manchester.cs.owl.turtle.parser
 

Classes in uk.ac.manchester.cs.owl.turtle.parser that implement RDFConsumer
 class OWLRDFConsumerAdapter
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Feb-2008