Class PathCondition.SubPathCondition<P extends Path>

java.lang.Object
com.inductiveautomation.ignition.common.alarming.query.conditions.PathCondition.SubPathCondition<P>
All Implemented Interfaces:
Condition<P>, Serializable
Direct Known Subclasses:
PathCondition.WildcardSubPath
Enclosing class:
PathCondition<T extends Path>

public static class PathCondition.SubPathCondition<P extends Path> extends Object implements Condition<P>
See Also:
  • Method Details

    • create

      public static <P extends Path> PathCondition.SubPathCondition<P> create(P path)
    • getPath

      public P getPath()
    • passes

      public boolean passes(P value)
      Returns true if the incoming path is equal to the specified path, or a decendant of it, if andDescendents is true.
      Specified by:
      passes in interface Condition<P extends Path>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object