Class LogicBlock.ChainedLogicInput

java.lang.Object
neqsim.process.controllerdevice.LogicBlock.LogicInput
neqsim.process.controllerdevice.LogicBlock.ChainedLogicInput
All Implemented Interfaces:
Serializable
Enclosing class:
LogicBlock

private static class LogicBlock.ChainedLogicInput extends LogicBlock.LogicInput
Chained input from another LogicBlock.
Version:
1.0
Author:
ESOL
  • Field Details

  • Constructor Details

    • ChainedLogicInput

      ChainedLogicInput(LogicBlock upstream)
  • Method Details

    • evaluate

      public boolean evaluate(double equalityTolerance)
      Description copied from class: LogicBlock.LogicInput
      Evaluate this input to a boolean.
      Overrides:
      evaluate in class LogicBlock.LogicInput
      Parameters:
      equalityTolerance - tolerance for EQUAL comparison
      Returns:
      true if the condition is met