org.ontoware.rdf2go.model.node
Interface Resource

All Superinterfaces:
java.lang.Comparable<Node>, Node, NodeOrVariable, ResourceOrVariable
All Known Subinterfaces:
BlankNode, URI
All Known Implementing Classes:
ResourceImpl, URIImpl

public interface Resource
extends Node, ResourceOrVariable

Marker interface for RDF resources (BlankNode and URI). Must have valid implementations of

 public boolean equals(Object other);
 
 public int hashCode();
 

Author:
voelkel

Method Summary
 
Methods inherited from interface org.ontoware.rdf2go.model.node.Node
asBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, toSPARQL
 
Methods inherited from interface java.lang.Comparable
compareTo
 



Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.