org.jrdf.query.relation.operation.mem.union
Interface UnionSimplification

All Known Implementing Classes:
UnionSimplificationImpl

public interface UnionSimplification

Returns either relation 1 or relation 2 if one is the identity of the other or other DEE or DUM. If not then returns null.


Method Summary
 LinkedHashSet<Relation> simplify(Relation relation1, Relation relation2)
           
 

Method Detail

simplify

LinkedHashSet<Relation> simplify(Relation relation1,
                                 Relation relation2)