Class PathCondition.WildcardSubPath<P extends Path>
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.alarming.query.conditions.PathCondition.SubPathCondition<P>
 - 
- com.inductiveautomation.ignition.common.alarming.query.conditions.PathCondition.WildcardSubPath<P>
 
 
 
- 
- All Implemented Interfaces:
 Condition<P>,java.io.Serializable
- Enclosing class:
 - PathCondition<T extends Path>
 
protected static class PathCondition.WildcardSubPath<P extends Path> extends PathCondition.SubPathCondition<P>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedWildcardSubPath(P path) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpasses(P value)Returns true if the incoming path is equal to the specified path, or a decendant of it, if andDescendents is true.- 
Methods inherited from class com.inductiveautomation.ignition.common.alarming.query.conditions.PathCondition.SubPathCondition
create, getPath, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
WildcardSubPath
protected WildcardSubPath(P path)
 
 - 
 
- 
Method Detail
- 
passes
public boolean passes(P value)
Description copied from class:PathCondition.SubPathConditionReturns true if the incoming path is equal to the specified path, or a decendant of it, if andDescendents is true. 
 - 
 
 -