Class Bpmn20Export

  • All Implemented Interfaces:
    IXmlExport

    @OpenApiAll
    public class Bpmn20Export
    extends com.nomagic.magicdraw.cbm.exporter.BaseXmlExport
    A BPMN20 Exporter.
    • Field Summary

      • Fields inherited from class com.nomagic.magicdraw.cbm.exporter.BaseXmlExport

        mExporter
    • Method Summary

      • Methods inherited from class com.nomagic.magicdraw.cbm.exporter.BaseXmlExport

        getMappedElements, getMarshaller, getViolations, verifyParameters, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Bpmn20Export

        public Bpmn20Export​(java.util.List<Activity> activities,
                            ExportConfiguration configuration,
                            boolean customizeForJBPM)