Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js19762 function BpmnImporter( class
19774 BpmnImporter.$inject = [
19788 BpmnImporter.prototype.add = function(semantic, parentElement) {
19902 BpmnImporter.prototype._attachBoundary = function(boundarySemantic, boundaryElement) {
19935 BpmnImporter.prototype.addLabel = function(semantic, element) {
19969 BpmnImporter.prototype._getEnd = function(semantic, side) {
20006 BpmnImporter.prototype._getSource = function(semantic) {
20010 BpmnImporter.prototype._getTarget = function(semantic) {
20015 BpmnImporter.prototype._getElement = function(semantic) {
20040 bpmnImporter: [ 'type', BpmnImporter ]