org.grinvin.gred.commands

Class VertexInducedGraph


public class VertexInducedGraph
extends MutableGraphPanelCommand

Action command which replaces the graph with the graph induced by the selected vertices.

Field Summary

Fields inherited from class org.grinvin.gred.commands.MutableGraphPanelCommand

panel

Constructor Summary

VertexInducedGraph(CommandManager commandManager, String id)
Default constructor

Method Summary

protected void
handleExecute()

Constructor Details

VertexInducedGraph

public VertexInducedGraph(CommandManager commandManager,
                          String id)
Default constructor

Method Details

handleExecute

protected void handleExecute()