Class TagPathWithoutSourceCondition.WildcardSubPath
- java.lang.Object
-
- com.inductiveautomation.ignition.common.tags.query.conditions.TagPathWithoutSourceCondition.SubPathCondition
-
- com.inductiveautomation.ignition.common.tags.query.conditions.TagPathWithoutSourceCondition.WildcardSubPath
-
- Enclosing class:
- TagPathWithoutSourceCondition
protected class TagPathWithoutSourceCondition.WildcardSubPath extends TagPathWithoutSourceCondition.SubPathCondition
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WildcardSubPath(StringPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
passes(TagPath value)
Returns true if the incoming path is equal to or an ancestor of the specified path.-
Methods inherited from class com.inductiveautomation.ignition.common.tags.query.conditions.TagPathWithoutSourceCondition.SubPathCondition
equals, getPath, hashCode, pathsEqual, toString
-
-
-
-
Constructor Detail
-
WildcardSubPath
protected WildcardSubPath(StringPath path)
-
-
Method Detail
-
passes
public boolean passes(TagPath value)
Description copied from class:TagPathWithoutSourceCondition.SubPathCondition
Returns true if the incoming path is equal to or an ancestor of the specified path.- Specified by:
passes
in interfaceCondition<TagPath>
- Overrides:
passes
in classTagPathWithoutSourceCondition.SubPathCondition
-
-