Class Or

java.lang.Object
org.opendope.conditions.Or
All Implemented Interfaces:
Evaluable

public class Or extends Object implements Evaluable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice maxOccurs="unbounded">
           <element ref="{http://opendope.org/conditions}xpathref" minOccurs="0"/>
           <element ref="{http://opendope.org/conditions}and" minOccurs="0"/>
           <element ref="{http://opendope.org/conditions}or" minOccurs="0"/>
           <element ref="{http://opendope.org/conditions}not" minOccurs="0"/>
           <element ref="{http://opendope.org/conditions}conditionref" minOccurs="0"/>
           <element ref="{http://opendope.org/conditions}true" minOccurs="0"/>
           <element ref="{http://opendope.org/conditions}false" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>