Class TopicFeature_Impl
java.lang.Object
backend.linguisticFeatures.SubClasses.TopicFeature_Impl
- All Implemented Interfaces:
ITopicFeature
- Author:
- Philipp Noah Hein #6356965
-
Constructor Summary
ConstructorsConstructorDescriptionTopicFeature_Impl(int begin, int end, String coveredText, String value, double score) -
Method Summary
-
Constructor Details
-
TopicFeature_Impl
public TopicFeature_Impl() -
TopicFeature_Impl
-
-
Method Details
-
getBegin
public int getBegin()- Specified by:
getBeginin interfaceITopicFeature
-
setBegin
public void setBegin(int begin) - Specified by:
setBeginin interfaceITopicFeature
-
getEnd
public int getEnd()- Specified by:
getEndin interfaceITopicFeature
-
setEnd
public void setEnd(int end) - Specified by:
setEndin interfaceITopicFeature
-
getCoveredText
- Specified by:
getCoveredTextin interfaceITopicFeature
-
setCoveredText
- Specified by:
setCoveredTextin interfaceITopicFeature
-
getValue
- Specified by:
getValuein interfaceITopicFeature
-
setValue
- Specified by:
setValuein interfaceITopicFeature
-
getScore
public double getScore()- Specified by:
getScorein interfaceITopicFeature
-
setScore
public void setScore(double score) - Specified by:
setScorein interfaceITopicFeature
-