public class EntityTypeValue
| Constructor and Description |
|---|
EntityTypeValue(int start,
int end,
ai.tock.nlp.core.EntityType entityType,
java.lang.Object value,
boolean evaluated) |
| Modifier and Type | Method and Description |
|---|---|
int |
component1() |
int |
component2() |
ai.tock.nlp.core.EntityType |
component3() |
java.lang.Object |
component4() |
boolean |
component5() |
EntityTypeValue |
copy(int start,
int end,
ai.tock.nlp.core.EntityType entityType,
java.lang.Object value,
boolean evaluated) |
boolean |
equals(java.lang.Object p) |
int |
getEnd() |
ai.tock.nlp.core.EntityType |
getEntityType() |
boolean |
getEvaluated() |
int |
getStart() |
java.lang.Object |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
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)