Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A 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() {
48065 BpmnFactory.prototype.createDiBounds = function(bounds) {
48070 BpmnFactory.prototype.createDiWaypoints = function(waypoints) {
48078 BpmnFactory.prototype.createDiWaypoint = function(point) {
48089 BpmnFactory.prototype.createDiPlane = function(semantic) {
[all …]
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md240 * Reworked import and `BpmnFactory` APIs [#1472](https://github.com/bpmn-io/bpmn-js/issues/1472).