Package org.ptolemy.classloading
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.
- Since:
- Ptolemy II 11.0
-
Interface Summary Interface Description ActorOrientedClassProvider A contract for dynamic providers of actor-oriented classes, i.e.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),ModelElementClassProvider Get the classes for different types of model elements. -
Class Summary Class Description SimpleClassLoadingStrategy As the name says...