Class TagSubCondition<T>
java.lang.Object
com.inductiveautomation.ignition.common.tags.search.conditions.TagSubCondition<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlarmCondition.AlarmSubCondition
,EventScriptCondition.EventSubCondition
,TagPermissionCondition.TagPermissionSubCondition
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected ComparisonOperator
protected SimplePatternSearcher
protected Property<?>
protected Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
protected boolean
valueMatch
(Object toFind, Object actual) If the Like comparison operator is being used, this method will use its internal compiled pattern.
-
Field Details
-
prop
-
value
-
op
-
isNumeric
-
pattern
-
-
Constructor Details
-
TagSubCondition
-
-
Method Details
-
check
-
valueMatch
If the Like comparison operator is being used, this method will use its internal compiled pattern. Otherwise, just use the comparison operator as is. This method can handle both numbers and strings.
-