pdbench/census/Chase/dependencies.xml

249 lines
3.8 KiB
XML

<settings>
<db>
<dbname>postgres</dbname>
<username>lantova</username>
<password>abcd</password>
</db>
<rules>
<rule>
<type>eq</type>
<if>
<term>
<left>CITIZEN</left>
<op>=</op>
<right>0</right>
</term>
</if>
<then>
<term>
<left>IMMIGR</left>
<op>=</op>
<right>0</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>CITIZEN</left>
<op>&gt;</op>
<right>0</right>
</term>
</if>
<then>
<term>
<left>IMMIGR</left>
<op>&gt;</op>
<right>0</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>FEB55</left>
<op>=</op>
<right>1</right>
</term>
</if>
<then>
<term>
<left>MILITARY</left>
<op>!=</op>
<right>4</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>KOREAN</left>
<op>=</op>
<right>1</right>
</term>
</if>
<then>
<term>
<left>MILITARY</left>
<op>!=</op>
<right>4</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>VIETNAM</left>
<op>=</op>
<right>1</right>
</term>
</if>
<then>
<term>
<left>MILITARY</left>
<op>!=</op>
<right>4</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>WWII</left>
<op>=</op>
<right>1</right>
</term>
</if>
<then>
<term>
<left>MILITARY</left>
<op>!=</op>
<right>4</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>MARITAL</left>
<op>=</op>
<right>0</right>
</term>
</if>
<then>
<term>
<left>RSPOUSE</left>
<op>!=</op>
<right>6</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>MARITAL</left>
<op>=</op>
<right>0</right>
</term>
</if>
<then>
<term>
<left>RSPOUSE</left>
<op>!=</op>
<right>5</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>MARITAL</left>
<op>=</op>
<right>0</right>
</term>
</if>
<then>
<term>
<left>RSPOUSE</left>
<op>!=</op>
<right>4</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>LANG1</left>
<op>=</op>
<right>2</right>
</term>
</if>
<then>
<term>
<left>ENGLISH</left>
<op>!=</op>
<right>4</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>RPOB</left>
<op>=</op>
<right>52</right>
</term>
</if>
<then>
<term>
<left>CITIZEN</left>
<op>!=</op>
<right>0</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>SCHOOL</left>
<op>=</op>
<right>0</right>
</term>
</if>
<then>
<term>
<left>KOREAN</left>
<op>!=</op>
<right>1</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>SCHOOL</left>
<op>=</op>
<right>0</right>
</term>
</if>
<then>
<term>
<left>FEB55</left>
<op>!=</op>
<right>1</right>
</term>
</then>
</rule>
<rule>
<type>eq</type>
<if>
<term>
<left>SCHOOL</left>
<op>=</op>
<right>0</right>
</term>
</if>
<then>
<term>
<left>WWII</left>
<op>!=</op>
<right>1</right>
</term>
</then>
</rule>
</rules>
</settings>