com.hp.hpl.jena.graph
Class Node_Concrete
java.lang.Object
com.hp.hpl.jena.graph.Node
com.hp.hpl.jena.graph.Node_Concrete
- Direct Known Subclasses:
- Node_Blank, Node_Literal, Node_NULL, Node_URI
public abstract class Node_Concrete
- extends Node
This is the class of "concrete" nodes, ie those which correspond
to actual RDF data - URIs, blank nodes, and literals.
- Author:
- kers
Fields inherited from class com.hp.hpl.jena.graph.Node |
ANY, NULL |
Method Summary |
boolean |
isConcrete()
Answer true iff this node is concrete, ie not variable, ie URI, blank, or literal. |
Methods inherited from class com.hp.hpl.jena.graph.Node |
cache, create, create, create, createAnon, createAnon, createLiteral, createLiteral, createLiteral, createLiteral, createUncachedLiteral, createURI, createVariable, equals, getBlankNodeId, getLiteral, getLocalName, getName, getNameSpace, getURI, hashCode, hasURI, isBlank, isLiteral, isURI, isVariable, matches, sameValueAs, toString, toString, toString, toString, visitWith |
isConcrete
public boolean isConcrete()
- Description copied from class:
Node
- Answer true iff this node is concrete, ie not variable, ie URI, blank, or literal.
- Specified by:
isConcrete
in class Node
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP