public class ValueToMerge
| Constructor and Description |
|---|
ValueToMerge(ai.tock.nlp.entity.Value value,
java.lang.String content,
boolean initial,
java.lang.Integer position,
double probability) |
| Modifier and Type | Method and Description |
|---|---|
ai.tock.nlp.entity.Value |
component1() |
java.lang.String |
component2() |
boolean |
component3() |
java.lang.Integer |
component4() |
double |
component5() |
ValueToMerge |
copy(ai.tock.nlp.entity.Value value,
java.lang.String content,
boolean initial,
java.lang.Integer position,
double probability) |
boolean |
equals(java.lang.Object p) |
java.lang.String |
getContent() |
boolean |
getInitial() |
java.lang.Integer |
getPosition() |
double |
getProbability() |
ai.tock.nlp.entity.Value |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
ai.tock.nlp.core.merge.ValueDescriptor |
toValueDescriptor() |
public ValueToMerge(@NotNull
ai.tock.nlp.entity.Value value,
@Nullable
java.lang.String content,
boolean initial,
@Nullable
java.lang.Integer position,
double probability)
@NotNull public ai.tock.nlp.core.merge.ValueDescriptor toValueDescriptor()
@NotNull public ai.tock.nlp.entity.Value getValue()
@Nullable public java.lang.String getContent()
public boolean getInitial()
@Nullable public java.lang.Integer getPosition()
public double getProbability()
@NotNull public ai.tock.nlp.entity.Value component1()
@Nullable public java.lang.String component2()
public boolean component3()
@Nullable public java.lang.Integer component4()
public double component5()
@NotNull public ValueToMerge copy(@NotNull ai.tock.nlp.entity.Value value, @Nullable java.lang.String content, boolean initial, @Nullable java.lang.Integer position, double probability)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)