Class Not

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

public class Not 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">
       <choice>
         <element ref="{http://opendope.org/conditions}xpathref"/>
         <element ref="{http://opendope.org/conditions}and"/>
         <element ref="{http://opendope.org/conditions}or"/>
         <element ref="{http://opendope.org/conditions}not"/>
         <element ref="{http://opendope.org/conditions}conditionref"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>