Skip to content

create fluent way to traverse graph #96

@FlorianZipser

Description

@FlorianZipser

Create a fluent and simple way to traverse a graph like:

Graph.traverse().withType(traverseType).cycleSafe(isCycleSafe).withId(id).startFrom(startNodes).andCall(handler);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions