BaseConditionExt extension

on
  • BaseCondition

Methods

evaluate<R extends Object>(ScopedValues scopedValues) → R?
variables is a map of variable name to variable value.
getNodeIds() Set<String>
getReactiveVariables() Set<String>
Returns all the variables used in this condition except the predefined variables. Returns names of the variables.
getVariables() Set<String>
Returns all the variables names used in this condition. This includes the predefined variables as well. Returns names of the variables.
hasNode(String nodeId) bool
hasProperty(String nodeId, String name) bool
prettyPrint() → void
withUpdatedNodeId(String oldNodeId, String newNodeId) → BaseCondition