Skip to content

Migrate toolkit demos to Gephi 0.11.2 - #18

Open
seinecle wants to merge 1 commit into
masterfrom
migration-11
Open

Migrate toolkit demos to Gephi 0.11.2#18
seinecle wants to merge 1 commit into
masterfrom
migration-11

Conversation

@seinecle

Copy link
Copy Markdown
Contributor

Modified pom and demo examples

@seinecle
seinecle requested review from mbastian and sim51 August 25, 2026 14:06
Comment thread README.md
- Change the main class to execute a demo

Consult the Gephi Toolkit [Javadoc](https://gephi.org/gephi-toolkit/0.9.2/apidocs/) for help.
Consult the Gephi Toolkit [Javadoc](https://gephi.org/gephi-toolkit/0.11.2/apidocs/) for help.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link is not working

Comment thread src/main/java/org/gephi/toolkit/demos/GenerateGraph.java
ProjectController pc = Lookup.getDefault().lookup(ProjectController.class);
pc.newProject();
Workspace workspace = pc.getCurrentWorkspace();
Workspace workspace = pc.openNewWorkspace(Configuration.builder().build());

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On others demo you do final Workspace workspace1 = importController.process(container);.
Is there a reason of this change ?

@mbastian mbastian left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

3 participants