org.dllearner.kb.aquisitors
Class BlankNodeCollector

java.lang.Object
  extended by org.dllearner.kb.aquisitors.BlankNodeCollector

public class BlankNodeCollector
extends Object


Constructor Summary
BlankNodeCollector()
           
 
Method Summary
static void addBlankNode(int id, RDFNodeTuple t)
           
static SortedSet<RDFNodeTuple> getBlankNode(int id)
           
static Map<Integer,SortedSet<RDFNodeTuple>> getBlankNodeMap()
           
static int getNextGlobalBNodeId()
           
static String makeQuery(String uri, String predicate, int maxDepth)
           
static boolean testResultSet(com.hp.hpl.jena.query.ResultSetRewindable rsw, int depth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankNodeCollector

public BlankNodeCollector()
Method Detail

getNextGlobalBNodeId

public static int getNextGlobalBNodeId()

addBlankNode

public static void addBlankNode(int id,
                                RDFNodeTuple t)

getBlankNode

public static SortedSet<RDFNodeTuple> getBlankNode(int id)

getBlankNodeMap

public static Map<Integer,SortedSet<RDFNodeTuple>> getBlankNodeMap()

testResultSet

public static boolean testResultSet(com.hp.hpl.jena.query.ResultSetRewindable rsw,
                                    int depth)

makeQuery

public static String makeQuery(String uri,
                               String predicate,
                               int maxDepth)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann