Package | Description |
---|---|
org.kepler.moml.filter | |
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.moml.filter |
MoML backward compatibility filters.
|
ptolemy.vergil.kernel.attributes |
Vergil shape and text graphical attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
TopProvenanceRecorderFilter
A MoML filter that adds the default provenance recorder to the
top level workflow container.
|
class |
TopReportingListenerFilter
A MoML filter that adds the reporting listener to the top level
workflow container.
|
Modifier and Type | Method and Description |
---|---|
static void |
MoMLParser.addMoMLFilter(MoMLFilter filter)
Add a MoMLFilter to the end of the list of MoMLFilters used
to translate names.
|
static void |
MoMLParser.addMoMLFilter(MoMLFilter filter,
Workspace workspace)
Add a MoMLFilter to the end of the list of MoMLFilters used
to translate names.
|
Modifier and Type | Class and Description |
---|---|
class |
AddEditorFactory
Deprecated.
Use
AddMissingParameter instead because it handles multiple missing parameter at once. |
class |
AddIcon
Certain actors have specialized icons that display the value of
one of the parameters.
|
class |
AddMissingParameter
Add a missing parameter.
|
class |
ChangeFixedWidth1ToAuto
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter so that models from
earlier releases will run in the current release.
|
class |
ClassChanges
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter so that models from
earlier releases will run in the current release.
|
class |
DocAttributeChanges
A MoML filter to convert StringParameters contained by DocAttribute to
StringAttributes.
|
class |
GRColorChanges
This class filters MoML files for backward compatibility between
GR models constructed in version 4.0 or earlier.
|
class |
HideAnnotationNames
When this class is registered with the MoMLParser.addMoMLFilter()
method, it will cause MoMLParser to add a _hideName property
property for any annotations.
|
class |
JavaScriptThisUpdate
Add "this." to certain places in the script parameter of a JavaScript actor.
|
class |
LazyTypedCompositeActorChanges
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter so that all
the TypedCompositeActors except those within actor oriented class
definitions are changed to LazyTypedCompositeActors.
|
class |
MoMLFilterSimple
Filter MoML without using a MoMLParser to parse xml generated by the filter.
|
class |
MultiportToSinglePort
A filter to convert specific multiports of specific
actors to a single ports.
|
class |
NamedObjClassesSeen
Create a Set of classes that extend NamedObj that are in the MoML
parsed thus far.
|
class |
ParameterNameChanges
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter so that models from
earlier releases will run in the current release.
|
class |
PortClassChanges
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter so that models from
earlier releases will run in the current release.
|
class |
PortNameChanges
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter so that models from
earlier releases will run in the current release.
|
class |
PropertyClassChanges
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter so that models from
earlier releases will run in the current release.
|
class |
RelationWidthChanges
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter so that models from
earlier releases will run in the current release.
|
class |
RemoveClasses
When this class is registered with the MoMLParser.addMoMLFilter()
method, it will cause MoMLParser to remove or replace classes.
|
class |
RemoveGraphicalClasses
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter out graphical classes.
|
class |
RemoveNonPtinyClasses
Remove classes such as code generators that are not present in Ptiny.
|
class |
RemoveProperties
When this class is registered with the MoMLParser.setMoMLFilter()
method, it will cause MoMLParser to filter out the properties included
in this classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
BackwardCompatibility.addFilter(MoMLFilter filter)
Add a MoMLFilter to the list of filters.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateAnnotations
Update the annotations.
|