Classes in cytoscape.command used by cytoscape.command |
CyCommandException
The CyCommandException is thrown when a CyCommandHandler encounters an
exception condition. |
CyCommandHandler
The CyCommandHandler interface allows a Cytoscape plugin to make it's functions
available to other plugins in a loosely-coupled manner (by passing command
strings and arguments). |
CyCommandNamespace
A CyCommandNamespace represents a reservation for a group of CyCommand s. |
CyCommandResult
CyCommandResult returns the results from the execution of a
command. |