public class SentenceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
nucleiIndex |
protected java.util.List<java.lang.Integer> |
nucleiIndexList |
protected int |
sentenceBegin |
protected int |
sentenceEnd |
protected int |
sentenceNr |
Constructor and Description |
---|
SentenceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addNucleiIndexList(int nucleiPosition) |
void |
deleteNucleiAtIndex(int index) |
int |
getNucleiIndex() |
int |
getNucleiIndexListAt(int i) |
int |
getNucleiIndexListSize() |
java.util.List<java.lang.Integer> |
getNucleusList() |
int |
getSentenceBegin() |
int |
getSentenceEnd() |
int |
getSentenceNr() |
int |
indexOfNucleiIndexList(SentenceInfo si) |
void |
setNucleiIndex(int nucleiIndex) |
void |
setSentenceBegin(int sentenceBegin) |
void |
setSentenceEnd(int sentenceEnd) |
void |
setSentenceNr(int sentenceNr) |
protected int sentenceNr
protected java.util.List<java.lang.Integer> nucleiIndexList
protected int nucleiIndex
protected int sentenceBegin
protected int sentenceEnd
public int getSentenceBegin()
public void setSentenceBegin(int sentenceBegin)
sentenceBegin
- the sentenceBegin to setpublic int getSentenceEnd()
public void setSentenceEnd(int sentenceEnd)
sentenceEnd
- the sentenceEnd to setpublic int getSentenceNr()
public void setSentenceNr(int sentenceNr)
sentenceNr
- the sentenceNr to setpublic int getNucleiIndex()
public void setNucleiIndex(int nucleiIndex)
nucleiIndex
- the nucleiIndex to setpublic void addNucleiIndexList(int nucleiPosition)
public void deleteNucleiAtIndex(int index)
public int getNucleiIndexListSize()
public int getNucleiIndexListAt(int i)
public int indexOfNucleiIndexList(SentenceInfo si)
public java.util.List<java.lang.Integer> getNucleusList()