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 SummaryConstructors Modifier Constructor Description protectedWildcardSubPath(P path)
 - 
Method SummaryAll 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.
 
- 
- 
- 
Constructor Detail- 
WildcardSubPathprotected WildcardSubPath(P path) 
 
- 
 - 
Method Detail- 
passespublic 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.
 
- 
 
-