Constructor and Description |
---|
KrmsRule() |
Modifier and Type | Method and Description |
---|---|
OleProposition |
getCompoundProposition()
Gets the compoundProposition attribute.
|
List<KrmsAction> |
getFalseActions()
Gets the falseActions attribute.
|
String |
getName()
Gets the name attribute.
|
KrmsProposition |
getProposition()
Gets the proposition attribute.
|
List<KrmsAction> |
getTrueActions()
Gets the trueActions attribute.
|
void |
setCompoundProposition(OleProposition compoundProposition)
Sets the compoundProposition attribute value.
|
void |
setFalseActions(List<KrmsAction> falseActions)
Sets the falseActions attribute value.
|
void |
setName(String name)
Sets the name attribute value.
|
void |
setProposition(KrmsProposition proposition)
Sets the proposition attribute value.
|
void |
setTrueActions(List<KrmsAction> trueActions)
Sets the trueActions attribute value.
|
public KrmsRule()
public List<KrmsAction> getTrueActions()
public void setTrueActions(List<KrmsAction> trueActions)
trueActions
- The trueActions to set.public List<KrmsAction> getFalseActions()
public void setFalseActions(List<KrmsAction> falseActions)
falseActions
- The falseActions to set.public void setName(String name)
name
- The name to set.public OleProposition getCompoundProposition()
public void setCompoundProposition(OleProposition compoundProposition)
compoundProposition
- The compoundProposition to set.public KrmsProposition getProposition()
public void setProposition(KrmsProposition proposition)
proposition
- The proposition to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.