Package org.kie.drl.api.identifiers
Class RuleUnitId
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.drl.api.identifiers.RuleUnitId
-
- All Implemented Interfaces:
org.kie.efesto.common.api.identifiers.Id,org.kie.efesto.common.api.identifiers.LocalId
public class RuleUnitId extends org.kie.efesto.common.api.identifiers.LocalUriId implements org.kie.efesto.common.api.identifiers.LocalId
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleUnitInstanceIdsinstances()QueryIdsqueries()StringruleUnitId()org.kie.efesto.common.api.identifiers.LocalIdtoLocalId()-
Methods inherited from class org.kie.efesto.common.api.identifiers.LocalUriId
asLocalUri, equals, hashCode, toString
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
ruleUnitId
public String ruleUnitId()
-
toLocalId
public org.kie.efesto.common.api.identifiers.LocalId toLocalId()
- Specified by:
toLocalIdin interfaceorg.kie.efesto.common.api.identifiers.Id- Overrides:
toLocalIdin classorg.kie.efesto.common.api.identifiers.LocalUriId
-
instances
public RuleUnitInstanceIds instances()
-
queries
public QueryIds queries()
-
-