org.mindswap.pellet.query
Class QuerySplitter

java.lang.Object
  extended by org.mindswap.pellet.query.QuerySplitter

public class QuerySplitter
extends java.lang.Object

Reorganizes the order of variables to improve the performance of the query answering. Designed for queries with one connected component and no undistinguished variables.

Author:
Evren Sirin

Field Summary
static org.apache.commons.logging.Log log
           
 
Constructor Summary
QuerySplitter()
           
 
Method Summary
 java.util.List split(Query query)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.apache.commons.logging.Log log
Constructor Detail

QuerySplitter

public QuerySplitter()
Method Detail

split

public java.util.List split(Query query)


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.