-
- All Implemented Interfaces:
public final class ValueToMerge
-
-
Constructor Summary
Constructors Constructor Description ValueToMerge(Value value, String content, Boolean initial, Integer position, Double probability)
-
Method Summary
Modifier and Type Method Description final ValuegetValue()final StringgetContent()final BooleangetInitial()final IntegergetPosition()final DoublegetProbability()-
-
Method Detail
-
getValue
final Value getValue()
-
getContent
final String getContent()
-
getInitial
final Boolean getInitial()
-
getPosition
final Integer getPosition()
-
getProbability
final Double getProbability()
-
-
-
-