eRqlEngine API documentation - http://www.wleklinski.de/rdf/

gr.forth.ics.vrp.corevrp.model
Class Resource

java.lang.Object
  extended bygr.forth.ics.vrp.corevrp.model.Resource
Direct Known Subclasses:
Model, RDF_Resource

public class Resource
extends Object

Resource.java - A node in an RDF Model. Also the base class that all RDF things are derived from. We don't actually DO much with a resource, other than get or set its URI.

Version:
2.5 (30 Januar 2003)
Author:
Karsten Tolle & Sofia Alexaki

Method Summary
 String getID()
          Get the URI of the resource.
 void setID(String theURI)
          Set the URI of the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getID

public String getID()
Get the URI of the resource.


setID

public void setID(String theURI)
Set the URI of the resource.


eRqlEngine API documentation - http://www.wleklinski.de/rdf/