Uses of Enum Class
neqsim.process.logic.voting.VotingPattern
Packages that use VotingPattern
-
Uses of VotingPattern in neqsim.process.logic.voting
Subclasses with type arguments of type VotingPattern in neqsim.process.logic.votingModifier and TypeClassDescriptionenumStandard voting patterns for redundant sensors or conditions.Fields in neqsim.process.logic.voting declared as VotingPatternMethods in neqsim.process.logic.voting that return VotingPatternModifier and TypeMethodDescriptionVotingEvaluator.getPattern()Gets the voting pattern.static VotingPatternReturns the enum constant of this class with the specified name.static VotingPattern[]VotingPattern.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.logic.voting with parameters of type VotingPatternModifierConstructorDescriptionVotingEvaluator(VotingPattern pattern) Creates a voting evaluator with specified pattern.