org.hl7.rim
public interface LogicalExpression extends RimObject, SelectionExpression
| Method Summary | |
|---|---|
| void | addUserAsLeft(SelectionExpression value)
Adds an association 'userAsLeft' to RIM class SelectionExpression.
|
| void | addUserAsRight(SelectionExpression value)
Adds an association 'userAsRight' to RIM class SelectionExpression.
|
| CS | getRelationalConjunctionCode()
Gets attribute relationalConjunctionCode of type CS and cardinality 0..1.
|
| AssociationSet<SelectionExpression> | getUserAsLeft()
Gets association 'userAsLeft' to RIM classes SelectionExpression with cardinality (0..*).
|
| AssociationSet<SelectionExpression> | getUserAsRight()
Gets association 'userAsRight' to RIM classes SelectionExpression with cardinality (0..*).
|
| void | setRelationalConjunctionCode(CS value)
Sets attribute relationalConjunctionCode of type CS and cardinality 0..1.
|
| void | setUserAsLeft(AssociationSet<SelectionExpression> value)
Sets associations 'userAsLeft' to RIM classes SelectionExpression with cardinality (0..*).
|
| void | setUserAsRight(AssociationSet<SelectionExpression> value)
Sets associations 'userAsRight' to RIM classes SelectionExpression with cardinality (0..*).
|
Parameters: value the added association value
Parameters: value the added association value
When more than one criteria is to be applied in the evaluation of candidate instances, a conjunction is supplied to identify how to relate an additional criteria.
Returns: the attribute value
Returns: the references to the linked classes
Returns: the references to the linked classes
When more than one criteria is to be applied in the evaluation of candidate instances, a conjunction is supplied to identify how to relate an additional criteria.
Parameters: value the new attribute value
Parameters: value the new association values
Parameters: value the new association values