Class SemanticIndexView
- java.lang.Object
-
- it.unibz.inf.ontop.si.repository.impl.SemanticIndexView
-
public class SemanticIndexView extends Object
-
-
Constructor Summary
Constructors Constructor Description SemanticIndexView(SemanticIndexViewID id, String selectCommand, String insertCommand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddIndex(Integer idx)SemanticIndexViewIDgetId()Set<Integer>getIndexes()StringgetINSERT()StringgetSELECT(String filter)booleanisEmptyForIntervals(List<Interval> intervals)
-
-
-
Constructor Detail
-
SemanticIndexView
public SemanticIndexView(SemanticIndexViewID id, String selectCommand, String insertCommand)
-
-
Method Detail
-
getId
public SemanticIndexViewID getId()
-
getINSERT
public String getINSERT()
-
addIndex
public void addIndex(Integer idx)
-
-