Class SemanticIndexRange
- java.lang.Object
-
- it.unibz.inf.ontop.si.repository.impl.SemanticIndexRange
-
- All Implemented Interfaces:
Serializable
public class SemanticIndexRange extends Object implements Serializable
Represents a set of contiguous intervals- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SemanticIndexRange(int index)creates a Semantic Index range with the specified index and a singleton interval [index, index]
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRange(List<Interval> other)booleancontained(SemanticIndexRange other)booleanequals(Object other)intgetIndex()List<Interval>getIntervals()StringtoString()
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
contained
public boolean contained(SemanticIndexRange other)
-
-