org.w3c.IsaViz.fresnel
Class FSLHierarchyStore

java.lang.Object
  extended byorg.w3c.IsaViz.fresnel.FSLHierarchyStore
Direct Known Subclasses:
FSLJenaHierarchyStore, FSLSesameHierarchyStore

public class FSLHierarchyStore
extends java.lang.Object

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


Constructor Summary
FSLHierarchyStore()
           
 
Method Summary
 void addOntology(java.lang.String docURI, java.lang.String locationURL)
          Does nothing, must be overridden by actual hierarchy store implementations
 boolean isSubclassOf(java.lang.String uri1, java.lang.String uri2)
          returns true if uri1 is a subclass of uri2
 boolean isSubpropertyOf(java.lang.String uri1, java.lang.String uri2)
          returns true if uri1 is a subproperty of uri2
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSLHierarchyStore

public FSLHierarchyStore()
Method Detail

addOntology

public void addOntology(java.lang.String docURI,
                        java.lang.String locationURL)
Does nothing, must be overridden by actual hierarchy store implementations


isSubclassOf

public boolean isSubclassOf(java.lang.String uri1,
                            java.lang.String uri2)
returns true if uri1 is a subclass of uri2


isSubpropertyOf

public boolean isSubpropertyOf(java.lang.String uri1,
                               java.lang.String uri2)
returns true if uri1 is a subproperty of uri2



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