Package org.drools.model
Interface Rule
- All Superinterfaces:
NamedModelItem
- All Known Implementing Classes:
RuleImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> TgetAttribute(Rule.Attribute<T> attribute) getMetaData(String name) getUnit()getView()Methods inherited from interface org.drools.model.NamedModelItem
getFullName, getName, getPackage
-
Method Details
-
getView
View getView() -
getDefaultConsequence
Consequence getDefaultConsequence() -
getConsequences
Map<String,Consequence> getConsequences() -
getAttribute
-
getMetaData
-
getMetaData
-
getUnit
String getUnit()
-