public class SemanticIndexRange extends Object implements Serializable
| Constructor and Description |
|---|
SemanticIndexRange(int index)
creates a Semantic Index range with the specified index
and a singleton interval [index, index]
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRange(List<Interval> other) |
boolean |
contained(SemanticIndexRange other) |
boolean |
equals(Object other) |
int |
getIndex() |
List<Interval> |
getIntervals() |
String |
toString() |
public SemanticIndexRange(int index)
index - public int getIndex()
public boolean contained(SemanticIndexRange other)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.