HyCodeYourTale
classpublicPriority 3

DoubleSequenceValidator

com.hypixel.hytale.server.npc.asset.builder.validators.DoubleSequenceValidator

extends DoubleArrayValidator

3

Methods

3

Public Methods

5

Fields

1

Constructors

Constants

DoubleSequenceValidatorVALIDATOR_BETWEEN_01= new DoubleSequenceValidator( RelationalOperator.GreaterEqual, 0.0, RelationalOperator.LessE...
DoubleSequenceValidatorVALIDATOR_BETWEEN_01_MONOTONIC= new DoubleSequenceValidator( RelationalOperator.GreaterEqual, 0.0, RelationalOperator.LessE...
DoubleSequenceValidatorVALIDATOR_BETWEEN_01_WEAKLY_MONOTONIC= new DoubleSequenceValidator( RelationalOperator.GreaterEqual, 0.0, RelationalOperator.LessE...
DoubleSequenceValidatorVALIDATOR_MONOTONIC= new DoubleSequenceValidator( RelationalOperator.GreaterEqual, -1.7976931348623157E308, Rela...
DoubleSequenceValidatorVALIDATOR_WEAKLY_MONOTONIC= new DoubleSequenceValidator( RelationalOperator.GreaterEqual, -1.7976931348623157E308, Rela...

Constructors

private
DoubleSequenceValidator(RelationalOperator relationLower, double lower, RelationalOperator relationUpper, double upper, RelationalOperator relationSequence)

Methods

Public Methods (3)

public
String errorMessage(double[] value)
@Nonnull@Override
public
String errorMessage(double[] value, String name)
@Nonnull@Override
public
boolean test(double[] values)
@Override

Fields

Private/Package Fields (5)

privatedouble lower
privateRelationalOperator relationLower
privateRelationalOperator relationSequence
privateRelationalOperator relationUpper
privatedouble upper