Package | Description |
---|---|
org.kepler.ddp.actor | |
org.kepler.gui.frame | |
org.kepler.moml | |
org.kepler.profiling.gui | |
org.kepler.provenance | |
org.kepler.util | |
org.kepler.workflow | |
ptolemy.actor |
Executable entities.
|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.lib |
Polymorphic actor classes.
|
ptolemy.actor.lib.hoc |
Higher Order Component Classes.
|
ptolemy.domains.modal.modal |
The ptolemy.domains.modal.modal package.
|
ptolemy.kernel.undo |
Undo/Redo management.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.kernel.util.test.system | |
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.basic.layout.kieler |
Classes used to layout entities and relations in Vergil that use the
KIELER layout algorithm.
|
ptolemy.vergil.debugger |
Ptolemy II Debugger Interface.
|
ptolemy.vergil.tree |
Ptolemy Model Tree Editor.
|
ptolemy.vergil.unit |
Ptolemy GUI components for the Unit system.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionChoice.changeExecuted(ChangeRequest change)
React to the fact that the change has been successfully executed
by doing nothing.
|
void |
ExecutionChoice.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to the fact that the change has failed by reporting it.
|
Modifier and Type | Method and Description |
---|---|
void |
TabbedKeplerGraphFrame.changeExecuted(ChangeRequest change)
Listen for name changes in the model.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedObjIdChangeRequest |
Modifier and Type | Method and Description |
---|---|
void |
NamedObjId.changeExecuted(ChangeRequest change) |
void |
NamedObjId.changeFailed(ChangeRequest change,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
void |
CurrentExecutionPanel.changeExecuted(ChangeRequest change)
A changed occurred in the workflow structure.
|
void |
CurrentExecutionPanel.changeFailed(ChangeRequest change,
java.lang.Exception exception)
A change failed in the workflow structure.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvenanceRecorder.changeExecuted(ChangeRequest change)
React to a change request has been successfully executed.
|
void |
ProvenanceRecorder.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request has resulted in an exception.
|
Modifier and Type | Method and Description |
---|---|
void |
RenameListener.changeExecuted(ChangeRequest change) |
void |
RenameListener.changeFailed(ChangeRequest change,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowManager.changeExecuted(ChangeRequest change) |
void |
WorkflowManager.changeFailed(ChangeRequest change,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeActor.requestChange(ChangeRequest change)
Queue a change request.
|
Modifier and Type | Method and Description |
---|---|
void |
EditParametersDialog.changeExecuted(ChangeRequest change)
React to the fact that a change has been successfully executed.
|
void |
PtolemyQuery.changeExecuted(ChangeRequest change)
Notify this class that a change has been successfully executed
by the change handler.
|
void |
RenameConfigurer.changeExecuted(ChangeRequest change)
React to the fact that the change has been successfully executed
by doing nothing.
|
void |
PortConfigurerDialog.changeExecuted(ChangeRequest change)
Notify the listener that a change has been successfully executed.
|
void |
OpenInstanceDialog.changeExecuted(ChangeRequest change)
Update the table.
|
void |
PtolemyEffigy.changeExecuted(ChangeRequest change)
React to the fact that a change has been successfully executed.
|
void |
EditParametersDialog.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Notify the listener that a change has resulted in an exception.
|
void |
PtolemyQuery.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Notify the listener that a change attempted by the change handler
has resulted in an exception.
|
void |
RenameConfigurer.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to the fact that the change has failed by reporting it.
|
void |
PortConfigurerDialog.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Notify the listener that a change has resulted in an exception.
|
void |
OpenInstanceDialog.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Do nothing.
|
void |
PtolemyEffigy.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to the fact that a change has triggered an error by
reporting the error in a top-level dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
SetVariable.changeExecuted(ChangeRequest change)
Do nothing.
|
void |
SetVariable.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to the fact that a change failed by setting a flag
that causes an exception to be thrown in next call to prefire()
or wrapup().
|
Modifier and Type | Method and Description |
---|---|
void |
LifeCycleManager.requestChange(ChangeRequest change)
Override the base class to delegate up the hierarchy only if this
composite is not deferring change requests, but the
the container is.
|
Modifier and Type | Method and Description |
---|---|
void |
ModalModel.changeExecuted(ChangeRequest change)
React to a change request has been successfully executed.
|
void |
ModalModel.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request has resulted in an exception.
|
Modifier and Type | Class and Description |
---|---|
class |
RedoChangeRequest
A change request to redo.
|
class |
UndoChangeRequest
A change request to undo.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<ChangeRequest> |
NamedObj._copyChangeRequestList()
Return a copy of the current list of change requests, or return
null if there aren't any pending change requests.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeListener.changeExecuted(ChangeRequest change)
React to a change request has been successfully executed.
|
void |
StreamChangeListener.changeExecuted(ChangeRequest change)
Print the description of the change to the stream output.
|
void |
ChangeListener.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request has resulted in an exception.
|
void |
StreamChangeListener.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Print the description of the failure to the stream output.
|
void |
NamedObj.requestChange(ChangeRequest change)
Request that the given change be executed.
|
void |
Changeable.requestChange(ChangeRequest change)
Request that the given change be executed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NamedObj._executeChangeRequests(java.util.List<ChangeRequest> changeRequests)
Execute the specified list of change requests.
|
Modifier and Type | Field and Description |
---|---|
ChangeRequest |
ChangeRequestTest.changeRequest
ChangeRequest that modifies the system.
|
Modifier and Type | Method and Description |
---|---|
ChangeRequest |
ChangeRequestTest.mutateBadChangeRequest()
Create a change request that always throws an exception.
|
ChangeRequest |
ChangeRequestTest.mutateConst2ChangeRequest()
Create a change request that sets const to 2.0.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeRequestTest.changeExecuted(ChangeRequest change)
React to a change request has been successfully executed by
doing nothing.
|
void |
ChangeRequestTest.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request that has resulted in an exception.
|
Modifier and Type | Class and Description |
---|---|
class |
MoMLChangeRequest
A mutation request specified in MoML.
|
Modifier and Type | Method and Description |
---|---|
void |
MoMLSimpleApplication.changeExecuted(ChangeRequest change)
React to a change request has been successfully executed by
doing nothing.
|
void |
ConvertToLazy.changeExecuted(ChangeRequest change)
React to a change request has been successfully executed by
doing nothing.
|
void |
MoMLParser.changeExecuted(ChangeRequest change)
React to a change request has been successfully executed.
|
void |
MoMLUndoEntry.changeExecuted(ChangeRequest change)
Do nothing.
|
void |
MoMLSimpleApplication.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request that has resulted in an exception.
|
void |
ConvertToLazy.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request that has resulted in an exception.
|
void |
MoMLParser.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request has resulted in an exception.
|
void |
MoMLUndoEntry.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Record the exception so that execute() can throw it.
|
Modifier and Type | Method and Description |
---|---|
void |
ActorGraphModel.changeExecuted(ChangeRequest change)
This implementation will delegate to the implementation in the parent
class and will additionally update the model in case it is necessary.
|
void |
ActorGraphModel.LinkModel.LinkChangeListener.changeExecuted(ChangeRequest change)
Called after the change has been executed.
|
void |
ActorGraphModel.LinkModel.LinkChangeListener.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Handled a failed change request.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelDisplay.changeExecuted(ChangeRequest change)
Do nothing.
|
void |
ModelDisplay.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Stop executing the model.
|
Modifier and Type | Class and Description |
---|---|
class |
OffsetMoMLChangeRequest
A mutation request specified in MoML that offsets any objects
that are created in the toplevel.
|
Modifier and Type | Method and Description |
---|---|
protected ChangeRequest |
BasicGraphController._getClearAllErrorHighlightsChangeRequest()
Return a change request that clears all the highlights.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicGraphFrame.changeExecuted(ChangeRequest change)
React to the fact that a change has been successfully executed
by marking the data associated with this window modified.
|
void |
AbstractBasicGraphModel.changeExecuted(ChangeRequest change)
Notify the listener that a change has been successfully executed.
|
void |
BasicGraphFrame.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to the fact that a change has triggered an error by
doing nothing (the effigy is also listening and will report
the error).
|
void |
AbstractBasicGraphModel.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Notify the listener that the change has failed with the
specified exception.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplyLayoutRequest
A change request specialized for application of automatically computed layout.
|
Modifier and Type | Method and Description |
---|---|
void |
BreakpointConfigurer.changeExecuted(ChangeRequest change)
React to a change request has been successfully executed.
|
void |
BreakpointConfigurer.changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request has resulted in an exception.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityTreeModel.TreeUpdateListener.changeExecuted(ChangeRequest change)
Trigger an update of the tree.
|
void |
EntityTreeModel.TreeUpdateListener.changeFailed(ChangeRequest change,
java.lang.Exception exception)
Trigger an update of the tree.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitConstraintsDialog.changeExecuted(ChangeRequest change) |
void |
UnitConstraintsDialog.changeFailed(ChangeRequest change,
java.lang.Exception exception) |