org.grinvin.gred.commands

Class EdgeInducedGraph


public class EdgeInducedGraph
extends MutableGraphPanelCommand

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

Field Summary

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

panel

Constructor Summary

EdgeInducedGraph(CommandManager commandManager, String id)
Default constructor

Method Summary

protected void
handleExecute()

Constructor Details

EdgeInducedGraph

public EdgeInducedGraph(CommandManager commandManager,
                        String id)
Default constructor

Method Details

handleExecute

protected void handleExecute()