com.hp.hpl.mesa.rdf.jena.model
Interface RDFNode

All Known Subinterfaces:
Alt, Bag, Container, DAMLClass, DAMLCommon, DAMLDataInstance, DAMLDatatype, DAMLDatatypeProperty, DAMLDisjoint, DAMLInstance, DAMLList, DAMLObjectProperty, DAMLOntology, DAMLProperty, DAMLRestriction, Datatype, Literal, Property, Resource, Seq, Statement
All Known Implementing Classes:
AltImpl, BagImpl, ContainerImpl, DAMLClassImpl, DAMLCommonImpl, DAMLDataInstanceImpl, DAMLDatatypeImpl, DAMLDatatypePropertyImpl, DAMLDisjointImpl, DAMLInstanceImpl, DAMLListImpl, DAMLObjectPropertyImpl, DAMLOntologyImpl, DAMLPropertyImpl, DAMLRestrictionImpl, EnhAlt, EnhBag, EnhContainer, EnhResource, EnhSeq, LiteralImpl, PropertyImpl, PropertyImplRDB, ResourceImpl, ResTestObj, SeqImpl, StatementImpl

public interface RDFNode

An RDF Resource or an RDF Literal.

RDFNode represents the methods which RDF Resources and RDF Literals have in common.

Version:
Release='$Name: $' Revision='$Revision: 1.1 $' Date='$Date: 2001/01/05 14:16:43 $'
Author:
bwm

Method Summary
 java.lang.String toString()
          Return a String representation of the node.
 

Method Detail

toString

public java.lang.String toString()
Return a String representation of the node. The form of the string depends on the type of the node.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.


Copyright © 2001 Hewlett-Packard. All Rights Reserved.