Package org.drools.model
Interface Rule
-
- All Superinterfaces:
NamedModelItem
- All Known Implementing Classes:
RuleImpl
public interface Rule extends NamedModelItem
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRule.Attribute<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetAttribute(Rule.Attribute<T> attribute)Map<String,Consequence>getConsequences()ConsequencegetDefaultConsequence()Map<String,Object>getMetaData()ObjectgetMetaData(String name)StringgetUnit()ViewgetView()-
Methods inherited from interface org.drools.model.NamedModelItem
getFullName, getName, getPackage
-
-
-
-
Method Detail
-
getView
View getView()
-
getDefaultConsequence
Consequence getDefaultConsequence()
-
getConsequences
Map<String,Consequence> getConsequences()
-
getAttribute
<T> T getAttribute(Rule.Attribute<T> attribute)
-
getUnit
String getUnit()
-
-