org.aksw.commons.graph
Class IndexTable

java.lang.Object
  extended by org.aksw.commons.graph.IndexTable

public class IndexTable
extends Object

Represents a cache entry for a certain index key. The complete flag indicates whether the store may contain additional data that is not in the index. Note: A "real" implementation would take orderings into account

Author:
raven

Constructor Summary
IndexTable()
           
IndexTable(boolean isComplete)
           
 
Method Summary
 Set<List<Object>> getRows()
           
 boolean isComplete()
           
 void setComplete(boolean isComplete)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexTable

public IndexTable()

IndexTable

public IndexTable(boolean isComplete)
Method Detail

isComplete

public boolean isComplete()

setComplete

public void setComplete(boolean isComplete)

getRows

public Set<List<Object>> getRows()


Copyright © 2012. All Rights Reserved.