Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.moml.test |
The ptolemy.moml.test package.
|
ptolemy.vergil |
The Ptolemy II GUI.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationApplication.IgnoreErrorHandler
Error Handler that ignore errors.
|
Constructor and Description |
---|
ConfigurationApplication(java.lang.String basePath,
java.lang.String[] args,
MessageHandler messageHandler,
ErrorHandler errorHandler)
Parse the specified command-line arguments, instantiating classes
and reading files that are specified.
|
MoMLApplication(java.lang.String basePath,
java.lang.String[] args,
MessageHandler messageHandler,
ErrorHandler errorHandler)
Parse the specified command-line arguments, instantiating classes
and reading files that are specified.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleErrorHandler
Simple error handler for the MoMLParser class.
|
class |
StreamErrorHandler
Basic error handler for the MoMLParser class.
|
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
MoMLParser.getErrorHandler()
Get the error handler to handle parsing errors.
|
Modifier and Type | Method and Description |
---|---|
static void |
MoMLParser.setErrorHandler(ErrorHandler handler)
Set the error handler to handle parsing errors.
|
Modifier and Type | Class and Description |
---|---|
class |
RecorderErrorHandler
Record MoML Errors and retrieve them later.
|
Modifier and Type | Class and Description |
---|---|
class |
VergilErrorHandler
This error handler attempts to replace any failed MoML elements with
generic versions so that the parsing of the MoML can continue.
|