See: Description
Interface | 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 | Description |
---|---|
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. |
The interfaces and non-OSGi implementation of the ClassLoadingStrategy support.
These classes are used as part of the changes to MoMLParser to support OSGi and the Triquetrum project.