olr.statement
Class DBStatementPool

java.lang.Object
  extended bymyRDF.model.StatementPool
      extended byolr.statement.DBStatementPool
Direct Known Subclasses:
OLR3StatementPool

public class DBStatementPool
extends StatementPool


Field Summary
 
Fields inherited from class myRDF.model.StatementPool
resources
 
Constructor Summary
DBStatementPool()
           
 
Method Summary
 void isImportedResource(java.lang.String subject)
           
 void removeAttributeAbout(java.lang.String subject, Attribute attribute)
           
 boolean removeStatementOfUserFromDB(DBStatement statement)
           
 void saveCourseToDB(java.lang.String resource)
           
 DBStatement saveStatementToDB(Statement statement)
           
 
Methods inherited from class myRDF.model.StatementPool
addAttributeAbout, addParsedNamespaceURI, addParsedNamespaceURI, addStatement, createInstanceOf, getAllDomains, getAllInstances, getAllPropertiesForClass, getAllRanges, getAllSubClasses, getAllSubClasses, getAllSuperClasses, getAttributesAbout, getAvailableProperties4Resource, getResource, getResourceTitle, getResourceTitle, getSpecificAttributesAbout, hasAttribute, isClass, isClass, isInstanceOf, isInstanceOf, isParsedNamespaceURI, isProperty, isProperty, isSubClassOf, removeParsedNamespaceURI, removeStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBStatementPool

public DBStatementPool()
Method Detail

isImportedResource

public void isImportedResource(java.lang.String subject)

removeAttributeAbout

public void removeAttributeAbout(java.lang.String subject,
                                 Attribute attribute)
Overrides:
removeAttributeAbout in class StatementPool

saveStatementToDB

public DBStatement saveStatementToDB(Statement statement)
                              throws java.lang.Exception
Throws:
java.lang.Exception

removeStatementOfUserFromDB

public boolean removeStatementOfUserFromDB(DBStatement statement)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

saveCourseToDB

public void saveCourseToDB(java.lang.String resource)
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2004 University of Hannover. All Rights Reserved.