fcmodeler.actions
Class SCCAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--fcmodeler.actions.AbstractGraphAction
              |
              +--fcmodeler.actions.SCCAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.lang.Runnable, java.io.Serializable

public class SCCAction
extends AbstractGraphAction
implements java.lang.Runnable

... is ...

Since:
JDK1.3
Version:
$Revision: 1.1 $
Author:
Zach Cox
See Also:
Serialized Form

Fields inherited from class fcmodeler.actions.AbstractGraphAction
_fcmodeler
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
SCCAction()
          Creates new SCCAction
SCCAction(java.lang.String name)
           
SCCAction(java.lang.String name, javax.swing.Icon icon)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
           
 java.util.Set findStronglyConnectedComponents(diva.graph.model.Graph graph)
           
 java.util.List getNodeOrdering()
           
 java.util.Set getSCCs()
           
 java.util.Set getSubgraphs()
           
 void run()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCCAction

public SCCAction()
Creates new SCCAction

SCCAction

public SCCAction(java.lang.String name)

SCCAction

public SCCAction(java.lang.String name,
                 javax.swing.Icon icon)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Overrides:
actionPerformed in class AbstractGraphAction

findStronglyConnectedComponents

public java.util.Set findStronglyConnectedComponents(diva.graph.model.Graph graph)

getNodeOrdering

public java.util.List getNodeOrdering()

getSCCs

public java.util.Set getSCCs()

getSubgraphs

public java.util.Set getSubgraphs()

run

public void run()
Specified by:
run in interface java.lang.Runnable