|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.graph.AbstractGraphController
ptolemy.vergil.basic.BasicGraphController
ptolemy.vergil.basic.WithIconGraphController
ptolemy.vergil.basic.RunnableGraphController
ptolemy.vergil.fsm.FSMViewerGraphController
ptolemy.vergil.fsm.FSMGraphController
ptolemy.vergil.fsm.fmv.FmvAutomatonGraphController
public class FmvAutomatonGraphController
A Graph Controller for Fmv automata models. This controller adds the "Invoke NuSMV" menu item to the Graph menu.
Red () |
Red (patrickj) |
Nested Class Summary | |
---|---|
class |
FmvAutomatonGraphController.NewFmvStateAction
An action to create a new state. |
Nested classes/interfaces inherited from class ptolemy.vergil.fsm.FSMGraphController |
---|
FSMGraphController.LinkCreator, FSMGraphController.NewStateAction |
Nested classes/interfaces inherited from class ptolemy.vergil.basic.WithIconGraphController |
---|
WithIconGraphController.NewPortAction |
Nested classes/interfaces inherited from class ptolemy.vergil.basic.BasicGraphController |
---|
BasicGraphController.OpenBaseClassAction, BasicGraphController.SchematicContextMenuFactory, BasicGraphController.UnitSolverDialogAction |
Field Summary | |
---|---|
private FmvAutomatonGraphController.NewFmvStateAction |
_newFmvStateAction
The action for creating states. |
private static Location |
_prototypeFmvState
Prototype state for rendering. |
Fields inherited from class ptolemy.vergil.fsm.FSMViewerGraphController |
---|
_attributeController, _modalTransitionController, _stateController, _transitionController |
Fields inherited from class ptolemy.vergil.basic.WithIconGraphController |
---|
_editIconAction, _portController, _removeIconAction |
Fields inherited from class ptolemy.vergil.basic.BasicGraphController |
---|
_animated, _animationRenderer, _configureAction, _configureMenuFactory, _menuCreator, _menuFactory, _openBaseClassAction, _unitSolverDialogAction |
Constructor Summary | |
---|---|
FmvAutomatonGraphController(java.io.File directory)
Create a new controller with the specified directory of the current model. |
Method Summary | |
---|---|
void |
addToMenuAndToolbar(javax.swing.JMenu menu,
javax.swing.JToolBar toolbar)
Add commands to the specified menu and toolbar, as appropriate for this controller. |
Methods inherited from class ptolemy.vergil.fsm.FSMGraphController |
---|
_createControllers, _initializeInteraction, initializeInteraction, setConfiguration |
Methods inherited from class ptolemy.vergil.fsm.FSMViewerGraphController |
---|
_addHotKeys, event, getEdgeController, getNodeController |
Methods inherited from class ptolemy.vergil.basic.RunnableGraphController |
---|
_getManager, executionError, executionFinished, managerStateChanged |
Methods inherited from class ptolemy.vergil.basic.WithIconGraphController |
---|
getNewPortLocation |
Methods inherited from class ptolemy.vergil.basic.BasicGraphController |
---|
clearAnimation, getAnimationDelay, getConfiguration, getConfigureMenuFactory, getFrame, message, setAnimationDelay, setFigure, setFrame, valueChanged |
Methods inherited from class diva.graph.AbstractGraphController |
---|
addEdge, addEdge, addGraphViewListener, addNode, addNode, addNode, addNode, clear, clearEdge, clearNode, dispatch, drawEdge, drawNode, drawNode, getFigure, getGraphModel, getGraphPane, getSelectionModel, removeEdge, removeGraphViewListener, removeNode, rerender, rerenderEdge, rerenderNode, setGraphModel, setGraphPane, setSelectionModel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static Location _prototypeFmvState
private FmvAutomatonGraphController.NewFmvStateAction _newFmvStateAction
Constructor Detail |
---|
public FmvAutomatonGraphController(java.io.File directory)
directory
- An instance of File that specifies the directory of the current
model.Method Detail |
---|
public void addToMenuAndToolbar(javax.swing.JMenu menu, javax.swing.JToolBar toolbar)
addToMenuAndToolbar
in class FSMGraphController
menu
- The menu to add to, or null if none.toolbar
- The toolbar to add to, or null if none.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |