Package ptolemy.vergil.modal.fmv
Class FmvAutomatonGraphFrame.InvokeNuSMVAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.vergil.modal.fmv.FmvAutomatonGraphFrame.InvokeNuSMVAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- FmvAutomatonGraphFrame
public class FmvAutomatonGraphFrame.InvokeNuSMVAction extends javax.swing.AbstractAction
An action to perform format translation to .smv file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvokeNuSMVAction()
Create a new action to perform composition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Choose the specified .smv file and later invoke NuSMV to perform verification.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-