java.lang.Object
com.inductiveautomation.ignition.common.alarming.query.conditions.PathCondition<T>
All Implemented Interfaces:
Condition<T>, Serializable

public class PathCondition<T extends Path> extends Object implements Condition<T>
A path condition operates on Paths. It specifies any number of potential paths, and will match if any of them hit. Also, paths can be defined to allow any children to match as well (the "andDecendents" flag).
See Also:
  • Constructor Details

    • PathCondition

      public PathCondition()
    • PathCondition

      public PathCondition(T... values)
  • Method Details