Package org.kie.drl.api.identifiers
Class RuleUnitIds
- java.lang.Object
-
- org.kie.drl.api.identifiers.RuleUnitIds
-
- All Implemented Interfaces:
org.kie.efesto.common.api.identifiers.ComponentRoot
public class RuleUnitIds extends java.lang.Object implements org.kie.efesto.common.api.identifiers.ComponentRoot
-
-
Constructor Summary
Constructors Constructor Description RuleUnitIds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleUnitIdget(java.lang.Class<?> ruleUnitDefinition)RuleUnitIdget(java.lang.String canonicalName)
-
-
-
Method Detail
-
get
public RuleUnitId get(java.lang.Class<?> ruleUnitDefinition)
-
get
public RuleUnitId get(java.lang.String canonicalName)
-
-