Uses of Enum Class
neqsim.process.logic.sis.VotingLogic
Packages that use VotingLogic
-
Uses of VotingLogic in neqsim.process.logic.hipps
Fields in neqsim.process.logic.hipps declared as VotingLogicConstructors in neqsim.process.logic.hipps with parameters of type VotingLogicModifierConstructorDescriptionHIPPSLogic(String name, VotingLogic votingLogic) Creates a HIPPS logic instance. -
Uses of VotingLogic in neqsim.process.logic.sis
Subclasses with type arguments of type VotingLogic in neqsim.process.logic.sisModifier and TypeClassDescriptionenumRepresents a voting logic pattern for Safety Instrumented Systems (SIS).Fields in neqsim.process.logic.sis declared as VotingLogicModifier and TypeFieldDescriptionprivate final VotingLogicSafetyInstrumentedFunction.votingLogicMethods in neqsim.process.logic.sis that return VotingLogicModifier and TypeMethodDescriptionSafetyInstrumentedFunction.getVotingLogic()Gets the voting logic pattern.static VotingLogicReturns the enum constant of this class with the specified name.static VotingLogic[]VotingLogic.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.logic.sis with parameters of type VotingLogicModifierConstructorDescriptionSafetyInstrumentedFunction(String name, VotingLogic votingLogic) Creates a Safety Instrumented Function.