Question: Please help complete java code. I have already Condition class. package heapdb.query; import heapdb.Tuple; / * * * A condition of the form cond 1
Please help complete java code. I have already Condition class. package heapdb.query;
import heapdb.Tuple;
A condition of the form cond or cond where cond and cond are conditions.
@author Glenn
public class OrCondition extends Condition
private Condition cond cond;
public OrConditionCondition cond Condition cond
this.cond cond;
this.cond cond;
@Override
public Boolean evalTuple tuple
TODO
throw new UnsupportedOperationException;
@Override
public String toString
return cond and cond;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
