Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js47986 function BpmnFactory(moddle) { class
47990 BpmnFactory.$inject = [ 'moddle' ];
47993 BpmnFactory.prototype._needsId = function(element) {
48014 BpmnFactory.prototype._ensureId = function(element) {
48040 BpmnFactory.prototype.create = function(type, attrs) {
48049 BpmnFactory.prototype.createDiLabel = function() {
48056 BpmnFactory.prototype.createDiShape = function(semantic, bounds, attrs) {
48065 BpmnFactory.prototype.createDiBounds = function(bounds) {
48070 BpmnFactory.prototype.createDiWaypoints = function(waypoints) {
48078 BpmnFactory.prototype.createDiWaypoint = function(point) {
[all …]