public class Annotation extends GenericModel
| Constructor and Description |
|---|
Annotation() |
| Modifier and Type | Method and Description |
|---|---|
Concept |
getConcept()
Gets the concept.
|
Integer |
getPartsIndex()
Gets the parts index.
|
Double |
getScore()
Gets the score.
|
List<Integer> |
getTextIndex()
Gets the text index.
|
void |
setConcept(Concept concept)
Sets the concept.
|
void |
setPartsIndex(Integer partsIndex)
Sets the parts index.
|
void |
setScore(Double score)
Sets the score.
|
void |
setTextIndex(List<Integer> textIndex)
Sets the text index.
|
equals, hashCode, toStringpublic Concept getConcept()
public Integer getPartsIndex()
public Double getScore()
public void setConcept(Concept concept)
concept - The conceptpublic void setPartsIndex(Integer partsIndex)
partsIndex - The parts_indexpublic void setScore(Double score)
score - The scoreCopyright © 2015–2016. All rights reserved.