Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter graph by partition #2

Open
antropoiese opened this issue May 21, 2016 · 1 comment
Open

Filter graph by partition #2

antropoiese opened this issue May 21, 2016 · 1 comment

Comments

@antropoiese
Copy link

antropoiese commented May 21, 2016

I'm trying to filter a graph by partition using the toolkit 0.9.1.
Running the example, the filter by partition does not work.

//Filter, keep partition 'Blogarama'. Build partition with 'source' column in the data NodePartitionFilter partitionFilter = new NodePartitionFilter(graphModel.getNodeTable().getColumn("source"), appearanceModel); partitionFilter.unselectAll(); partitionFilter.addPart("Blogarama"); Query query2 = filterController.createQuery(partitionFilter); GraphView view2 = filterController.filter(query2); graphModel.setVisibleView(view2);

There is something wrong in the query parameters?
many thanx

@loveneet29
Copy link

I am also facing same issues. I tried using EdgePartitionFilter it does not worked.
Have you found any solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants