Uses of Enum Class
neqsim.process.logic.LogicState
Packages that use LogicState
Package
Description
-
Uses of LogicState in neqsim.process.logic
Subclasses with type arguments of type LogicState in neqsim.process.logicModifier and TypeClassDescriptionenumRepresents the execution state of process logic.Methods in neqsim.process.logic that return LogicStateModifier and TypeMethodDescriptionProcessLogic.getState()Gets the current state of the logic.static LogicStateReturns the enum constant of this class with the specified name.static LogicState[]LogicState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LogicState in neqsim.process.logic.control
Fields in neqsim.process.logic.control declared as LogicStateMethods in neqsim.process.logic.control that return LogicState -
Uses of LogicState in neqsim.process.logic.esd
Fields in neqsim.process.logic.esd declared as LogicStateMethods in neqsim.process.logic.esd that return LogicState -
Uses of LogicState in neqsim.process.logic.hipps
Fields in neqsim.process.logic.hipps declared as LogicStateMethods in neqsim.process.logic.hipps that return LogicState -
Uses of LogicState in neqsim.process.logic.shutdown
Fields in neqsim.process.logic.shutdown declared as LogicStateMethods in neqsim.process.logic.shutdown that return LogicState -
Uses of LogicState in neqsim.process.logic.sis
Fields in neqsim.process.logic.sis declared as LogicStateMethods in neqsim.process.logic.sis that return LogicState -
Uses of LogicState in neqsim.process.logic.startup
Fields in neqsim.process.logic.startup declared as LogicStateMethods in neqsim.process.logic.startup that return LogicState -
Uses of LogicState in neqsim.process.util.example
Fields in neqsim.process.util.example declared as LogicStateModifier and TypeFieldDescriptionprivate LogicStateIntegratedSafetySystemWithLogicExample.HIPPSLogic.stateprivate LogicStateProcessLogicIntegratedExample.GradualPressureReductionLogic.stateMethods in neqsim.process.util.example that return LogicState -
Uses of LogicState in neqsim.process.util.scenario
Fields in neqsim.process.util.scenario declared as LogicStateModifier and TypeFieldDescriptionprivate final LogicStateScenarioExecutionSummary.LogicResult.finalStateMethods in neqsim.process.util.scenario that return LogicStateModifier and TypeMethodDescriptionScenarioExecutionSummary.LogicResult.getFinalState()Gets the final state.Methods in neqsim.process.util.scenario with parameters of type LogicStateModifier and TypeMethodDescriptionvoidScenarioExecutionSummary.addLogicResult(String logicName, LogicState finalState, String statusDescription) Adds a logic execution result.private StringProcessScenarioRunner.getShortState(LogicState state) Gets short form of logic state for display.Constructors in neqsim.process.util.scenario with parameters of type LogicStateModifierConstructorDescriptionLogicResult(LogicState finalState, String statusDescription) Creates a logic result.