Uses of Class
org.mindswap.rdfparser.rdf.RDFFile

Packages that use RDFFile
org.mindswap.damlparser   
org.mindswap.damlparser.daml   
org.mindswap.owlparser   
org.mindswap.owlparser.owl   
org.mindswap.rdfparser   
org.mindswap.rdfparser.rdf   
 

Uses of RDFFile in org.mindswap.damlparser
 

Methods in org.mindswap.damlparser that return RDFFile
 RDFFile DAMLParser.read(java.lang.String fn, java.lang.String abbrev)
          The core function of the parser.
 

Uses of RDFFile in org.mindswap.damlparser.daml
 

Subclasses of RDFFile in org.mindswap.damlparser.daml
 class DAMLFile
           
 

Uses of RDFFile in org.mindswap.owlparser
 

Methods in org.mindswap.owlparser that return RDFFile
 RDFFile OWLParser.read(java.lang.String fn, java.lang.String abbrev)
          The core function of the parser.
 

Uses of RDFFile in org.mindswap.owlparser.owl
 

Subclasses of RDFFile in org.mindswap.owlparser.owl
 class OWLFile
           
 

Uses of RDFFile in org.mindswap.rdfparser
 

Methods in org.mindswap.rdfparser that return RDFFile
 RDFFile RDFParser.read(java.lang.String fn, java.lang.String abbrev)
          The core function of the parser.
 RDFFile RDFParser.readRDF(java.lang.String fn, java.lang.String abbrev)
          The core function of the parser.
 RDFFile RDFParser.recursiveRead(java.lang.String fn, java.lang.String abbrev)
          Similar to the read function, recursiveRead returns an RDFFile object the same as read does however, recursiveRead is intended to be called when in the middle of an invocation of read.
 RDFFile RDFParser.createFromTriples(org.mindswap.n3.ntriples.NTripleList list, java.lang.String filename, java.lang.String abbrev, Namespaces ns)
          Given a list of NTriples, the associated filename and abbreviation, and any namespaces the user wishes to have in the file, the parser can create the same object model as it would from an RDF file.

 

Methods in org.mindswap.rdfparser with parameters of type RDFFile
 void RDFParser.revalidate(RDFFile f)
          Will cause the validation routines to be run against the parameter.

 

Uses of RDFFile in org.mindswap.rdfparser.rdf
 

Methods in org.mindswap.rdfparser.rdf with parameters of type RDFFile
 void RDFFile.merge(RDFFile f)
           
 void RDFFile.merge(RDFFile f, boolean forceMerge)