Class SemanticIndexViewsManager
- java.lang.Object
-
- it.unibz.inf.ontop.si.repository.impl.SemanticIndexViewsManager
-
public class SemanticIndexViewsManager extends Object
-
-
Constructor Summary
Constructors Constructor Description SemanticIndexViewsManager(TypeFactory typeFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SemanticIndexView>getClassViews()List<SemanticIndexView>getPropertyViews()SemanticIndexViewgetView(ObjectRDFType type)SemanticIndexViewgetView(ObjectRDFType type1, RDFTermType type2)voidstore(Connection conn)Stores the emptiness index in the database
-
-
-
Constructor Detail
-
SemanticIndexViewsManager
public SemanticIndexViewsManager(TypeFactory typeFactory)
-
-
Method Detail
-
getPropertyViews
public List<SemanticIndexView> getPropertyViews()
-
getClassViews
public List<SemanticIndexView> getClassViews()
-
getView
public SemanticIndexView getView(ObjectRDFType type)
-
getView
public SemanticIndexView getView(ObjectRDFType type1, RDFTermType type2)
-
store
public void store(Connection conn) throws SQLException
Stores the emptiness index in the database- Throws:
SQLException
-
-