Package | Description |
---|---|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorGraphModel
This class represents one level of hierarchy of a Ptolemy II model.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractBasicGraphModel |
BasicGraphFrame._getGraphModel()
Return the graph model associated with this frame.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.StringBuffer |
BasicGraphFrame._deleteMoML(AbstractBasicGraphModel graphModel,
java.lang.Object[] selection,
diva.canvas.interactor.SelectionModel model)
Return the MoML to delete the specified selection objects.
|
static void |
BasicGraphFrameExtension.alternateDelete(java.lang.Object[] selection,
AbstractBasicGraphModel graphModel,
NamedObj container)
Delete the Ptolemy objects represented by the selection.
|
static java.lang.Object[] |
BasicGraphFrameExtension.filterDeletedObjects(AbstractBasicGraphModel graphModel,
java.lang.Object[] selection)
Filter the array of objects selected for deletion.
|
static void |
BasicGraphFrameExtension.filterDeleteMoml(AbstractBasicGraphModel graphModel,
java.lang.Object[] selection,
java.lang.StringBuffer moml)
Filter the moml to be deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
FSMGraphModel
A graph model for graphically manipulating ptolemy FSM models.
|