public interface Rule extends NamedModelItem
Modifier and Type | Interface and Description |
---|---|
static interface |
Rule.Attribute<T> |
Modifier and Type | Method and Description |
---|---|
<T> T |
getAttribute(Rule.Attribute<T> attribute) |
Map<String,Consequence> |
getConsequences() |
Consequence |
getDefaultConsequence() |
Map<String,Object> |
getMetaData() |
Object |
getMetaData(String name) |
String |
getUnit() |
View |
getView() |
getFullName, getName, getPackage
View getView()
Consequence getDefaultConsequence()
Map<String,Consequence> getConsequences()
<T> T getAttribute(Rule.Attribute<T> attribute)
String getUnit()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.