com.hp.hpl.jena.graph
Class Node_Concrete

java.lang.Object
  extended bycom.hp.hpl.jena.graph.Node
      extended bycom.hp.hpl.jena.graph.Node_Concrete
Direct Known Subclasses:
Node_Blank, Node_Literal, Node_URI

public abstract class Node_Concrete
extends Node

This is the superclass for "concrete" nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.

Author:
kers

Field Summary
 
Fields inherited from class com.hp.hpl.jena.graph.Node
ANY
 
Constructor Summary
Node_Concrete(java.lang.Object label)
           
 
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, createURI, createVariable, equals, getBlankNodeId, getLiteral, getName, getTriple, getURI, hashCode, isBlank, isLiteral, isURI, isVariable, matches, nullLiteralsGenerateWarnings, sameValueAs, toString, visitWith
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node_Concrete

public Node_Concrete(java.lang.Object label)
Method Detail

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 © 2001-2003 Hewlett-Packard. All Rights Reserved.