Package com.nomagic.magicdraw.simulation.engine
package com.nomagic.magicdraw.simulation.engine
-
ClassDescriptionThe abstract implementation class of
ExecutionEngineDescriptor
.A listener interface for element id in the simulation model.The abstract class of the execution engine that all specific execution engines must extend, and override abstract methods (init(), execute(), onClose).The descriptor which provides such information as engine's name, engine's icon also can check whether an element can be executed by an engine which is created from this descriptor and can create an engine instance.