RuleNodeId constructor

RuleNodeId(
  1. String id
)

Implementation

RuleNodeId(String id) : super(EntityType.RULE_NODE, id);