Modifier and Type | Method and Description |
---|---|
AssignmentRule |
AssignmentRule.cloneObject()
Creates and returns a deep copy of this
AssignmentRule object. |
AssignmentRule |
Model.createAssignmentRule()
Creates a new
AssignmentRule inside this Model and returns it. |
AssignmentRule |
Model.getAssignmentRule(String variable)
Get a
Rule object based on the variable to which it assigns a value. |
AssignmentRule |
Model.getAssignmentRuleByVariable(String variable)
Get a
Rule object based on the variable to which it assigns a value. |