Class Or

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    OrEvaluator

    public class Or
    extends BinaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The Or operator returns the logical disjunction of its arguments. Note that this operator is defined using 3-valued logic semantics. This means that if either argument is true, the result is true; if both arguments are false, the result is false; otherwise, the result is null. Note also that ELM does not prescribe short-circuit evaluation.

    Java class for Or complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Or">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}BinaryExpression">
         </extension>
       </complexContent>
     </complexType>