Class SemanticIndexViewID
- java.lang.Object
-
- it.unibz.inf.ontop.si.repository.impl.SemanticIndexViewID
-
public class SemanticIndexViewID extends Object
A record to keep track of which tables in the semantic index tables have rows in it. It allows allows to know the type of rows each has, as in, for which indexes and which type of object.
-
-
Constructor Summary
Constructors Constructor Description SemanticIndexViewID(ObjectRDFType type1)SemanticIndexViewID(ObjectRDFType type1, RDFTermType type2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ObjectRDFTypegetType1()RDFTermTypegetType2()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SemanticIndexViewID
public SemanticIndexViewID(ObjectRDFType type1, RDFTermType type2)
-
SemanticIndexViewID
public SemanticIndexViewID(ObjectRDFType type1)
-
-
Method Detail
-
getType1
public ObjectRDFType getType1()
-
getType2
public RDFTermType getType2()
-
-