-
- All Implemented Interfaces:
-
ai.tock.nlp.core.IntOpenRange,kotlin.Comparable
public final class EntityTypeValue implements IntOpenRange
-
-
Constructor Summary
Constructors Constructor Description EntityTypeValue(Integer start, Integer end, EntityType entityType, Object value, Boolean evaluated)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final EntityTypecomponent3()final Objectcomponent4()final Booleancomponent5()final EntityTypeValuecopy(Integer start, Integer end, EntityType entityType, Object value, Boolean evaluated)IntegergetStart()IntegergetEnd()final EntityTypegetEntityType()final ObjectgetValue()final BooleangetEvaluated()-
Methods inherited from class ai.tock.nlp.core.service.entity.EntityTypeValue
compareTo, isSameRange, overlap, overlap, size, textValue, toClosedRange -
Methods inherited from class kotlin.Comparable
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final EntityType component3()
-
component4
final Object component4()
-
component5
final Boolean component5()
-
copy
final EntityTypeValue copy(Integer start, Integer end, EntityType entityType, Object value, Boolean evaluated)
-
getEntityType
final EntityType getEntityType()
-
getEvaluated
final Boolean getEvaluated()
-
-
-
-