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
Path
s. 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 class
PathCondition.GsonAdapter<T extends Path>
static class
PathCondition.SubPathCondition<P extends Path>
protected static class
PathCondition.WildcardSubPath<P extends Path>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathCondition
public PathCondition() -
PathCondition
-
-
Method Details
-
addPath
-
passes
Description copied from interface:Condition
Returns whether the provided value passes the condition. -
getPaths
-
equals
-
hashCode
public int hashCode() -
toString
-