T - public interface Expression<T extends Structure>
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(T structure)
Applies this expression on the structure
|
String |
getDescription()
Returns the expression description used for describing the Rule this expression
is used in.
|
Location |
getLocation(T structure)
Returns the location of the structure to which is expression is applied to
|
Object evaluate(T structure) throws HL7Exception
structure - HL7 structure to be evaluatedHL7ExceptionString getDescription()
Location getLocation(T structure) throws HL7Exception
structure - HL7 structure to be locatedHL7Exception - if the structure refers to an invalid locationCopyright © 2001–2017 University Health Network. All rights reserved.