Annotation Interface PCMPartitionManager.Global

Enclosing class:
PCMPartitionManager

@Qualifier @Target({FIELD,PARAMETER,METHOD}) @Retention(RUNTIME) public static @interface PCMPartitionManager.Global
The Global annotation should be used to reference to the global PCMResourceSet partition for constructor injection. The global partition should always be used to apply persistent changes to the simulation model, i. e. by reconfigurations. Any model interpretation (i. e. visitor-based interpreters) should not use the global partition, but use the local copy, which guarantees a stable view.