public class EntityTypeValue
public EntityTypeValue(int start,
int end,
@NotNull
ai.tock.nlp.core.EntityType entityType,
@Nullable
java.lang.Object value,
boolean evaluated)
public int getStart()
public int getEnd()
@NotNull public ai.tock.nlp.core.EntityType getEntityType()
@Nullable public java.lang.Object getValue()
public boolean getEvaluated()
public int component1()
public int component2()
@NotNull public ai.tock.nlp.core.EntityType component3()
@Nullable public java.lang.Object component4()
public boolean component5()
@NotNull public EntityTypeValue copy(int start, int end, @NotNull ai.tock.nlp.core.EntityType entityType, @Nullable java.lang.Object value, boolean evaluated)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)