Uses of Interface
neqsim.process.logic.LogicCondition
Packages that use LogicCondition
Package
Description
-
Uses of LogicCondition in neqsim.process.logic.action
Fields in neqsim.process.logic.action declared as LogicConditionMethods in neqsim.process.logic.action that return LogicConditionModifier and TypeMethodDescriptionConditionalAction.getCondition()Gets the condition being evaluated.Constructors in neqsim.process.logic.action with parameters of type LogicConditionModifierConstructorDescriptionConditionalAction(LogicCondition condition, LogicAction primaryAction, String description) Creates a conditional action with primary action only (no alternative).ConditionalAction(LogicCondition condition, LogicAction primaryAction, LogicAction alternativeAction, String description) Creates a conditional action with both primary and alternative actions. -
Uses of LogicCondition in neqsim.process.logic.condition
Classes in neqsim.process.logic.condition that implement LogicConditionModifier and TypeClassDescriptionclassCondition that checks if pressure meets a specified criteria.classCondition that checks if temperature meets a specified criteria.classCondition that becomes true after a specified time delay.classCondition that checks valve position/opening percentage. -
Uses of LogicCondition in neqsim.process.logic.startup
Fields in neqsim.process.logic.startup with type parameters of type LogicConditionMethods in neqsim.process.logic.startup that return types with arguments of type LogicConditionMethods in neqsim.process.logic.startup with parameters of type LogicConditionModifier and TypeMethodDescriptionvoidStartupLogic.addPermissive(LogicCondition permissive) Adds a permissive condition that must be met before startup can proceed. -
Uses of LogicCondition in neqsim.process.util.example
Methods in neqsim.process.util.example that return LogicConditionModifier and TypeMethodDescriptionprivate LogicConditionConfigurableLogicExample.LogicFactory.createConditionFromConfig(String config) private LogicConditionConfigurableLogicExample.LogicFactory.createTimerCondition(double seconds) private LogicConditionConfigurableLogicExample.LogicFactory.createValvePositionCondition(ThrottlingValve valve, double value, String operator)