Class PathCondition<T extends Path>
java.lang.Object
com.inductiveautomation.ignition.common.alarming.query.conditions.PathCondition<T>
- All Implemented Interfaces:
Condition<T>,Serializable
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPathCondition.GsonAdapter<T extends Path>static classPathCondition.SubPathCondition<P extends Path>protected static classPathCondition.WildcardSubPath<P extends Path> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathCondition
public PathCondition() -
PathCondition
-
-
Method Details
-
addPath
-
passes
Description copied from interface:ConditionReturns whether the provided value passes the condition. -
getPaths
-
equals
-
hashCode
public int hashCode() -
toString
-