1 21 package com.db4o; 22 23 import com.db4o.foundation.*; 24 25 28 public class QConFalse extends QConPath { 29 public QConFalse(){ 30 } 31 32 QConFalse(Transaction a_trans, QCon a_parent, QField a_field) { 33 super(a_trans,a_parent,a_field); 34 } 35 36 void createCandidates(Collection4 a_candidateCollection) { 37 } 38 39 boolean evaluate(QCandidate a_candidate) { 40 return false; 41 } 42 } 43 | Popular Tags |