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>
Internal class to store voting input with fault status.
- Version:
- 1.0
- Author:
- ESOL
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
faulty
final boolean faulty
-
-
Constructor Details
-
VotingInput
VotingInput(T value, boolean faulty)
-