| Package | Description |
|---|---|
| org.ptolemy.classloading |
The interfaces and non-OSGi implementation of the ClassLoadingStrategy support.
|
| org.ptolemy.classloading.osgi |
The implementations that are used in an OSGi-based Ptolemy II runtime (remark that they do not have any dependency on OSGi APIs).
|
| ptolemy.moml |
Modeling Markup Language classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleClassLoadingStrategy
As the name says... a simple strategy implementation providing a bridge
between the
ClassLoadingStrategy approach and
the usage of a plain ClassLoader, for loading Java classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
OSGiClassLoadingStrategy
This is the preferred
ClassLoadingStrategy implementation in a full-blown OSGi-based runtime. |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoadingStrategy |
MoMLParser.getDefaultClassLoadingStrategy()
Get the the current static _defaultClassLoadingStrategy instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MoMLParser.setDefaultClassLoadingStrategy(ClassLoadingStrategy classLoadingStrategy)
Set the static default class loading strategy that will be used by all instances of this class.
|