|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AvailableCommands
TODO: Missing documentation
Module: command-executor-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>command-executor-api</artifactId> </dependency>
Method Summary | |
---|---|
List<String> |
getArguments(String namespace,
String command)
Returns a list of arguments for the specified namespace and command in alphabetical order. |
List<String> |
getCommands(String namespace)
Returns a list of available commands in alphabetical order for the specified namespace. |
List<String> |
getNamespaces()
Returns a list of available command namespaces in alphabetical order. |
Method Detail |
---|
List<String> getNamespaces()
List<String> getCommands(String namespace)
namespace
- The namespace whose available commands we want to know about.
List<String> getArguments(String namespace, String command)
namespace
- The namespace for the command whose arguments we want to know about.command
- The command within the specified namespace whose arguments we want to know about.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |