Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.jena.graph.Node Classes and Interfaces - 23 results found.
NameDescriptionTypePackageFramework
NodeA Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY.Classorg.apache.jena.graphApache Jena
Node .NotLiteralException thrown if a literal-access operation is attemted on a non-literal node.Classorg.apache.jena.graph.NodeApache Jena
Node_ANYA Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query.Classorg.apache.jena.graphApache Jena
Node_BlankRDF blank nodes, ie nodes with identity but without URIs.Classorg.apache.jena.graphApache Jena
Node_ConcreteThis is the class of concrete nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.Classorg.apache.jena.graphApache Jena
Node_FluidClassorg.apache.jena.graphApache Jena
Node_LiteralAn RDF node holding a literal value.Classorg.apache.jena.graphApache Jena
Node_NULLThe Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code).Classorg.apache.jena.graphApache Jena
Node_URIRDF nodes with a global identity given by a URI.Classorg.apache.jena.graphApache Jena
Node_VariableClassorg.apache.jena.graphApache Jena
NodeA Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY.Classorg.apache.jena.graphApache Jena
Node .NotLiteralException thrown if a literal-access operation is attemted on a non-literal node.Classorg.apache.jena.graph.NodeApache Jena
Node_ANYA Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query.Classorg.apache.jena.graphApache Jena
Node_BlankRDF blank nodes, ie nodes with identity but without URIs.Classorg.apache.jena.graphApache Jena
Node_ConcreteThis is the class of "concrete" nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.Classorg.apache.jena.graphApache Jena
Node_FluidClassorg.apache.jena.graphApache Jena
Node_LiteralAn RDF node holding a literal value.Classorg.apache.jena.graphApache Jena
Node_NULLThe Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code).Classorg.apache.jena.graphApache Jena
Node_URIRDF nodes with a global identity given by a URI.Classorg.apache.jena.graphApache Jena
Node_Variable"variable" nodes; these are outside the RDF2003 specification, but are used internally for "placeholder" nodes where blank nodes would beClassorg.apache.jena.graphApache Jena
Node_Variable .VariableNameClassorg.apache.jena.graph.Node_VariableApache Jena
NodeFactoryClassorg.apache.jena.graphApache Jena
NodeVisitorThe NodeVisitor interface is used by Node::visitWith so that an application can have type-dispatch on the class of a Node.Interfaceorg.apache.jena.graphApache Jena