Home
last modified time | relevance | path

Searched refs:ElementFactory (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js48784 function ElementFactory(bpmnFactory, moddle, translate) { class
48792 inherits$1(ElementFactory, ElementFactory$1);
48794 ElementFactory.$inject = [
48800 ElementFactory.prototype.baseCreate = ElementFactory$1.prototype.create;
48802 ElementFactory.prototype.create = function(elementType, attrs) {
48814 ElementFactory.prototype.createBpmnElement = function(elementType, attrs) {
48904 ElementFactory.prototype._getDefaultSize = function(semantic) {
48966 ElementFactory.prototype.createParticipantShape = function(attrs) {
53884 elementFactory: [ 'type', ElementFactory ],