Class TagPathWithoutSourceCondition.WildcardSubPath
java.lang.Object
com.inductiveautomation.ignition.common.tags.query.conditions.TagPathWithoutSourceCondition.SubPathCondition
com.inductiveautomation.ignition.common.tags.query.conditions.TagPathWithoutSourceCondition.WildcardSubPath
- All Implemented Interfaces:
Condition<TagPath>
,Serializable
- Enclosing class:
- TagPathWithoutSourceCondition
protected class TagPathWithoutSourceCondition.WildcardSubPath
extends TagPathWithoutSourceCondition.SubPathCondition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.tags.query.conditions.TagPathWithoutSourceCondition.SubPathCondition
equals, getPath, hashCode, pathsEqual, toString
-
Constructor Details
-
WildcardSubPath
-
-
Method Details
-
passes
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
-