Class SensorGroupConditional

All Implemented Interfaces:
Comparable<NamedBean>, PropertyChangeProvider, Conditional, NamedBean

Conditional.java A Conditional type to provide runtime support for Sensor Groups.

This file is part of JMRI.

JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.

JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

  • Constructor Details

  • Method Details

    • calculate

      public int calculate(boolean enabled, PropertyChangeEvent evt)
      Description copied from class: DefaultConditional
      Calculate this Conditional. When _enabled is false, Conditional.calculate will compute the state of the conditional, but will not trigger its actions. When _enabled is true, the state is computed and if the state has changed, will trigger all its actions.
      Specified by:
      calculate in interface Conditional
      Overrides:
      calculate in class DefaultConditional
      Parameters:
      enabled - true to enable, else false.
      evt - event to trigger if true
      Returns:
      the new state