|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.bddbddb.ir.Operation net.sf.bddbddb.ir.highlevel.HighLevelOperation net.sf.bddbddb.ir.highlevel.BooleanOperation net.sf.bddbddb.ir.highlevel.Union
public class Union
Union
Field Summary |
---|
Fields inherited from class net.sf.bddbddb.ir.Operation |
---|
id, TRACE_VERBOSE |
Constructor Summary | |
---|---|
Union(Relation r0,
Relation r1,
Relation r2)
|
Method Summary | |
---|---|
Operation |
copy()
|
net.sf.javabdd.BDDFactory.BDDOp |
getBDDOp()
|
java.lang.String |
getName()
|
java.lang.Object |
visit(HighLevelOperationVisitor i)
|
Methods inherited from class net.sf.bddbddb.ir.highlevel.BooleanOperation |
---|
getExpressionString, getRelationDest, getSrc1, getSrc2, getSrcs, replaceSrc, setRelationDest, toString |
Methods inherited from class net.sf.bddbddb.ir.highlevel.HighLevelOperation |
---|
visit |
Methods inherited from class net.sf.bddbddb.ir.Operation |
---|
getNumberOfOperations, getRenames |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Union(Relation r0, Relation r1, Relation r2)
r0
- r1
- r2
- Method Detail |
---|
public java.lang.String getName()
getName
in class BooleanOperation
public java.lang.Object visit(HighLevelOperationVisitor i)
visit
in class HighLevelOperation
i
- the visitor
public net.sf.javabdd.BDDFactory.BDDOp getBDDOp()
getBDDOp
in class BooleanOperation
public Operation copy()
copy
in class Operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |