Uses of Class
org.semanticweb.owlapi.io.RDFNode
Packages that use RDFNode
Package
Description
Ontology parsing and saving classes.
RDF model package.
-
Uses of RDFNode in org.semanticweb.owlapi.io
Subclasses of RDFNode in org.semanticweb.owlapi.ioModifier and TypeClassDescriptionclass
class
class
Anonymous node implementation.class
IRI node implementation.Methods in org.semanticweb.owlapi.io that return RDFNodeMethods in org.semanticweb.owlapi.io with parameters of type RDFNodeModifier and TypeMethodDescriptionint
int
Constructors in org.semanticweb.owlapi.io with parameters of type RDFNodeModifierConstructorDescriptionRDFResourceParseError
(OWLEntity parserGeneratedErrorEntity, RDFNode mainNode, Set<RDFTriple> mainNodeTriples) RDFTriple
(RDFResource subject, RDFResourceIRI predicate, RDFNode object) -
Uses of RDFNode in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type RDFNode