Class TypeHierarchyCondition
java.lang.Object
com.inductiveautomation.ignition.common.tags.query.conditions.TypeHierarchyCondition
- All Implemented Interfaces:
Condition<TypeHierarchyContext>
,Serializable
Represents a condition that dictates how potentially matches should relate to the given type id.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
passes
(TypeHierarchyContext value) Returns whether the provided value passes the condition.toString()
-
Field Details
-
typeId
-
relationship
-
-
Constructor Details
-
TypeHierarchyCondition
-
-
Method Details
-
getTypeId
-
getRelationship
-
passes
Description copied from interface:Condition
Returns whether the provided value passes the condition.- Specified by:
passes
in interfaceCondition<TypeHierarchyContext>
-
equals
-
hashCode
public int hashCode() -
toString
-