Class VotingEvaluator.VotingInput<T>

java.lang.Object
neqsim.process.logic.voting.VotingEvaluator.VotingInput<T>
Type Parameters:
T - the type of value stored in this voting input
Enclosing class:
VotingEvaluator<T>

private static class VotingEvaluator.VotingInput<T> extends Object
Internal class to store voting input with fault status.
Version:
1.0
Author:
ESOL
  • Field Details

    • value

      final T value
    • faulty

      final boolean faulty
  • Constructor Details

    • VotingInput

      VotingInput(T value, boolean faulty)