org.w3c.IsaViz.fresnel
Class FSLSesameHierarchyStore

java.lang.Object
  extended byorg.w3c.IsaViz.fresnel.FSLHierarchyStore
      extended byorg.w3c.IsaViz.fresnel.FSLSesameHierarchyStore
All Implemented Interfaces:
org.openrdf.sesame.query.TupleHandler

public class FSLSesameHierarchyStore
extends FSLHierarchyStore
implements org.openrdf.sesame.query.TupleHandler

Contains all class and property hierarchies (retrieved from available RDFS/OWL document)


Constructor Summary
FSLSesameHierarchyStore()
           
 
Method Summary
 void addOntology(java.lang.String docURI, java.lang.String locationPath)
          add the classes and properties of an ontology into the store
 void endTupleSet()
           
 void handleTuple(org.openrdf.sesame.query.Tuple tuple)
           
static void main(java.lang.String[] args)
           
 void startTupleSet(java.lang.String[] columnHeaders)
           
 
Methods inherited from class org.w3c.IsaViz.fresnel.FSLHierarchyStore
isSubclassOf, isSubpropertyOf
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSLSesameHierarchyStore

public FSLSesameHierarchyStore()
Method Detail

addOntology

public void addOntology(java.lang.String docURI,
                        java.lang.String locationPath)
add the classes and properties of an ontology into the store

Overrides:
addOntology in class FSLHierarchyStore
Parameters:
docURI - the ontology's URI
locationPath - an alternative local path where the ontology can be found (null if none); cam be given as a relative path

startTupleSet

public void startTupleSet(java.lang.String[] columnHeaders)
Specified by:
startTupleSet in interface org.openrdf.sesame.query.TupleHandler

handleTuple

public void handleTuple(org.openrdf.sesame.query.Tuple tuple)
Specified by:
handleTuple in interface org.openrdf.sesame.query.TupleHandler

endTupleSet

public void endTupleSet()
Specified by:
endTupleSet in interface org.openrdf.sesame.query.TupleHandler

main

public static void main(java.lang.String[] args)


Copyright © 2005 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.