Class PathCondition.SubPathCondition<P extends Path>
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.alarming.query.conditions.PathCondition.SubPathCondition<P>
 
- 
- All Implemented Interfaces:
- Condition<P>,- java.io.Serializable
 - Direct Known Subclasses:
- PathCondition.WildcardSubPath
 - Enclosing class:
- PathCondition<T extends Path>
 
 public static class PathCondition.SubPathCondition<P extends Path> extends java.lang.Object implements Condition<P> - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <P extends Path>
 PathCondition.SubPathCondition<P>create(P path)booleanequals(java.lang.Object o)PgetPath()inthashCode()booleanpasses(P value)Returns true if the incoming path is equal to the specified path, or a decendant of it, if andDescendents is true.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
createpublic static <P extends Path> PathCondition.SubPathCondition<P> create(P path) 
 - 
getPathpublic P getPath() 
 - 
passespublic boolean passes(P value) Returns true if the incoming path is equal to the specified path, or a decendant of it, if andDescendents is true.
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-