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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classPathCondition.GsonAdapter<T extends Path>static classPathCondition.SubPathCondition<P extends Path>protected static classPathCondition.WildcardSubPath<P extends Path>
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PathConditionpublic PathCondition()
- 
PathCondition
 
- 
- 
Method Details- 
addPath
- 
passesDescription copied from interface:ConditionReturns whether the provided value passes the condition.
- 
getPaths
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-