Package | Description |
---|---|
casa.policy | |
casa.policy.sc3 |
Modifier and Type | Field and Description |
---|---|
private List<PolicyConsequentInterface> |
Policy.consequents |
Modifier and Type | Method and Description |
---|---|
List<PolicyConsequentInterface> |
Policy.getConsequents()
get method for this policy's consequents
|
Modifier and Type | Method and Description |
---|---|
void |
Policy.setConsequents(List<PolicyConsequentInterface> consequents)
allows for the setting of consequents using a list of PolicyConsequentInterface(s)
|
Modifier and Type | Class and Description |
---|---|
class |
PolicyConsequent |