Class EMFPackageBasedInterpreterFacade
java.lang.Object
org.palladiosimulator.simulizar.interpreter.impl.EMFPackageBasedInterpreterFacade
- All Implemented Interfaces:
InterpreterFacade
-
Constructor Summary
ConstructorsConstructorDescriptionEMFPackageBasedInterpreterFacade(InterpreterDefaultContext context, org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition localPartition, UsageScenarioSwitch.Factory usageScenarioSwitchFactory, ComposedRDSeffSwitchFactory seffSwitchFactory) -
Method Summary
Modifier and TypeMethodDescriptionSubmit the given object for interpretation.submit(EntityReference<?> object) Submit the referenced entity for interpretation.
-
Constructor Details
-
EMFPackageBasedInterpreterFacade
@Inject public EMFPackageBasedInterpreterFacade(InterpreterDefaultContext context, org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition localPartition, UsageScenarioSwitch.Factory usageScenarioSwitchFactory, ComposedRDSeffSwitchFactory seffSwitchFactory)
-
-
Method Details
-
submit
Description copied from interface:InterpreterFacadeSubmit the referenced entity for interpretation. The entity will be resolved against the default PCM blackboard partition. This method should be preferred, as it checks, whether the entity is still resolvable or has been removed between submission and start of interpretation. The call will return, once the interpretation has finished.- Specified by:
submitin interfaceInterpreterFacade- Parameters:
object- the reference to the model element to interpret.
-
submit
Description copied from interface:InterpreterFacadeSubmit the given object for interpretation. The call will return, once the interpretation has finished. If the model element is contained in the blackboard,InterpreterFacade.submit(EntityReference)should be preferred, as it checks, whether the entity is still resolvable or has been removed between submission and start of interpretation.- Specified by:
submitin interfaceInterpreterFacade- Parameters:
object- the model element to interpret
-