[gephi-dev] filter: behavior of the AND operator with a single subquery

Sébastien Heymann sebastien.heymann at gephi.org
Fri Dec 17 17:44:17 CET 2010


Hi,

I'm using the filters with the toolkit, and I have a weird behavior with the
AND operator:

IntersectionOperator intersectionOperator = new IntersectionOperator();
Query andQuery = filterController.createQuery(intersectionOperator);
filterController.setSubQuery(andQuery, aQuery);
GraphView view = filterController.filter(andQuery);

The returned view is not filtered. In this case, I think that the AND
operator should be transparent so that the only subquery would be applied
anyway. What do you think about it?

Seb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://gephi.org/pipermail/gephi-dev/attachments/20101217/d3524c9d/attachment.html>


More information about the gephi-dev mailing list