Package com.nomagic.magicdraw.simulation.engine
-
Interface Summary Interface Description EngineListener A listener interface for element id in the simulation model.ExecutionEngineDescriptor 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. -
Class Summary Class Description AbstractExecutionEngineDescriptor The abstract implementation class ofExecutionEngineDescriptor
.ExecutionEngine The abstract class of the execution engine that all specific execution engines must extend, and override abstract methods (init(), execute(), onClose).