Class AbstractExecutionEngineDescriptor
- java.lang.Object
-
- com.nomagic.magicdraw.simulation.engine.AbstractExecutionEngineDescriptor
-
- All Implemented Interfaces:
ExecutionEngineDescriptor
@OpenApi public abstract class AbstractExecutionEngineDescriptor extends java.lang.Object implements ExecutionEngineDescriptor
The abstract implementation class ofExecutionEngineDescriptor
. It provides some default value to the extended engine descriptor.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFindEngine(Element element)
All executions mostly start with fUMLEngine.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.nomagic.magicdraw.simulation.engine.ExecutionEngineDescriptor
canExecute, createEngine, getEngineName
-
-
-
-
Method Detail
-
isFindEngine
@OpenApi public boolean isFindEngine(Element element)
Description copied from interface:ExecutionEngineDescriptor
All executions mostly start with fUMLEngine. If this method returns true, it doesn't use fUMLEngine, but search from engines list.- Specified by:
isFindEngine
in interfaceExecutionEngineDescriptor
- Parameters:
element
- the element being executed.- Returns:
- boolean
-
-