Interface | Description |
---|---|
OSExtension |
This interface should be implemented by any class that wishes to add
OS specific extensions to kepler.
|
Class | Description |
---|---|
CommandLineArgs |
Created by David Welker.
|
CommandLineArgument |
A class to hold command line argument information used when parsing
the Kepler command like arguments.
|
ExecutionEngine |
This class is the main entry point for making API calls to the underlying
ptolemy execution engine and moml parser.
|
Kepler |
A class to initialize the build system, then start the Kepler GUI or execute
workflows from the command line.
|
KeplerConfigurationApplication |
This class is the startup class for all non-gui applications of kepler.
|