| 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.
|
| Class and Description |
|---|
| ClassLoadingStrategy
Strategy to be able to switch class loading mechanisms, depending
on the needs for a runtime environment (especially for actors and
other model entities),
In a "plain" Java SE runtime, a default implementation would use
simple
Class.forName() (for Java classes) or local
file-lookup (for actor-oriented classes) or similar. |
| Class and Description |
|---|
| ActorOrientedClassProvider
A contract for dynamic providers of actor-oriented classes, i.e. reusable assemblies of model elements.
|
| ClassLoadingStrategy
Strategy to be able to switch class loading mechanisms, depending
on the needs for a runtime environment (especially for actors and
other model entities),
In a "plain" Java SE runtime, a default implementation would use
simple
Class.forName() (for Java classes) or local
file-lookup (for actor-oriented classes) or similar. |
| ModelElementClassProvider
Get the classes for different types of model elements.
|
| Class and Description |
|---|
| ClassLoadingStrategy
Strategy to be able to switch class loading mechanisms, depending
on the needs for a runtime environment (especially for actors and
other model entities),
In a "plain" Java SE runtime, a default implementation would use
simple
Class.forName() (for Java classes) or local
file-lookup (for actor-oriented classes) or similar. |