Package org.kie.api.definition.rule
Interface Rule
- 
- All Superinterfaces:
 KieDefinition
public interface Rule extends KieDefinition
Public Rule interface for runtime rule inspection. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.kie.api.definition.KieDefinition
KieDefinition.KnowledgeType 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getMetaData()Returns an immutable Map<String key, Object value> of all meta data attributes associated with this rule object.StringgetName()Returns this rule's name.StringgetPackageName()Returns the package name (namespace) this rule is tied to.- 
Methods inherited from interface org.kie.api.definition.KieDefinition
getId, getKnowledgeType, getNamespace 
 - 
 
 -