Class TagPathWithoutSourceCondition
java.lang.Object
com.inductiveautomation.ignition.common.tags.query.conditions.TagPathWithoutSourceCondition
- All Implemented Interfaces:
Condition<TagPath>
,Serializable
This condition checks the path, but does not take tag provider into account.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
class
protected class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addPath
(StringPath path) void
create
(StringPath path) boolean
getPaths()
int
hashCode()
boolean
Returns whether the provided value passes the condition.
-
Constructor Details
-
TagPathWithoutSourceCondition
public TagPathWithoutSourceCondition()
-
-
Method Details
-
addPath
-
addPath
-
getPaths
-
passes
Description copied from interface:Condition
Returns whether the provided value passes the condition. -
create
-
equals
-
hashCode
public int hashCode()
-