Subgraph

Extracts a subgraph from a logical graph using the given filter functions. The operator is able to:

1) extract a vertex-induced subgraph with a vertex filter only
2) extract an edge-induced subgraph with an edge filter only
3) extract a subgraph based on both, a vertex and an edge filter.

Options

Filter Vertex
Enter JAVA code to build a filter on vertices. Retains all vertices that meet the filter conditions.
Filter Edge
Enter JAVA code to build a filter on edges. Retains all edges that meet the filter conditions.

Input Ports

Icon
One single logical graph.
Icon
Collection of multiple logical graphs, may share nodes and edges.

Output Ports

Icon
A new graph with the specified transformations applied.
Icon
A new graph collection with the specified transformations applied.

Popular Predecessors

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.