Uses of Enum Class
neqsim.process.equipment.valve.HIPPSValve.VotingLogic
Packages that use HIPPSValve.VotingLogic
-
Uses of HIPPSValve.VotingLogic in neqsim.process.equipment.valve
Subclasses with type arguments of type HIPPSValve.VotingLogic in neqsim.process.equipment.valveModifier and TypeClassDescriptionstatic enumVoting logic options for redundant pressure transmitters.Fields in neqsim.process.equipment.valve declared as HIPPSValve.VotingLogicModifier and TypeFieldDescriptionprivate HIPPSValve.VotingLogicHIPPSValve.votingLogicVoting logic for transmitter redundancy.Methods in neqsim.process.equipment.valve that return HIPPSValve.VotingLogicModifier and TypeMethodDescriptionHIPPSValve.getVotingLogic()Gets the current voting logic.static HIPPSValve.VotingLogicReturns the enum constant of this class with the specified name.static HIPPSValve.VotingLogic[]HIPPSValve.VotingLogic.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.valve with parameters of type HIPPSValve.VotingLogicModifier and TypeMethodDescriptionvoidHIPPSValve.setVotingLogic(HIPPSValve.VotingLogic logic) Sets the voting logic for transmitter redundancy.