org.mindswap.pellet.query
Class QuerySplitter

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

Deprecated. Use QueryEngine.split(Query) function for this functionality

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 java.util.logging.Logger log
          Deprecated.  
 
Constructor Summary
QuerySplitter()
          Deprecated.  
 
Method Summary
 java.util.List split(Query query)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static java.util.logging.Logger log
Deprecated. 
Constructor Detail

QuerySplitter

public QuerySplitter()
Deprecated. 
Method Detail

split

public java.util.List split(Query query)
Deprecated. 


Copyright © 2004 Evren Sirin. All Rights Reserved.