Class AlarmTriggeringAction

All Implemented Interfaces:
Serializable

public class AlarmTriggeringAction extends AlarmAction
See Also:
  • Field Details

    • action

      public Action action
    • transitionSpecs

      public AlarmTriggeringActionTransitionSpec[] transitionSpecs
    • green2yellow

      public boolean green2yellow
    • yellow2red

      public boolean yellow2red
    • red2yellow

      public boolean red2yellow
    • yellow2green

      public boolean yellow2green
  • Constructor Details

    • AlarmTriggeringAction

      public AlarmTriggeringAction()
  • Method Details

    • getAction

      public Action getAction()
    • getTransitionSpecs

      public AlarmTriggeringActionTransitionSpec[] getTransitionSpecs()
    • isGreen2yellow

      public boolean isGreen2yellow()
    • isYellow2red

      public boolean isYellow2red()
    • isRed2yellow

      public boolean isRed2yellow()
    • isYellow2green

      public boolean isYellow2green()
    • setAction

      public void setAction(Action action)
    • setTransitionSpecs

      public void setTransitionSpecs(AlarmTriggeringActionTransitionSpec[] transitionSpecs)
    • setGreen2yellow

      public void setGreen2yellow(boolean green2yellow)
    • setYellow2red

      public void setYellow2red(boolean yellow2red)
    • setRed2yellow

      public void setRed2yellow(boolean red2yellow)
    • setYellow2green

      public void setYellow2green(boolean yellow2green)