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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <P extends Path>
PathCondition.SubPathCondition<P>create(P path)PgetPath()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
- 
create
public static <P extends Path> PathCondition.SubPathCondition<P> create(P path)
 
- 
getPath
public P getPath()
 
- 
passes
public 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. 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -