module.exports = { __init__: [ 'appendBehavior', 'copyPasteBehavior', 'createBoundaryEventBehavior', 'createDataObjectBehavior', 'dropOnFlowBehavior', 'createParticipantBehavior', 'dataInputAssociationBehavior', 'deleteLaneBehavior', 'importDockingFix', 'labelBehavior', 'modelingFeedback', 'removeParticipantBehavior', 'replaceConnectionBehavior', 'replaceElementBehaviour', 'resizeLaneBehavior', 'unsetDefaultFlowBehavior', 'updateFlowNodeRefsBehavior', 'removeElementBehavior', 'unclaimIdBehavior', 'toggleElementCollapseBehaviour' ], appendBehavior: [ 'type', require('./AppendBehavior') ], copyPasteBehavior: [ 'type', require('./CopyPasteBehavior') ], createBoundaryEventBehavior: [ 'type', require('./CreateBoundaryEventBehavior') ], createDataObjectBehavior: [ 'type', require('./CreateDataObjectBehavior') ], dropOnFlowBehavior: [ 'type', require('./DropOnFlowBehavior') ], createParticipantBehavior: [ 'type', require('./CreateParticipantBehavior') ], dataInputAssociationBehavior: [ 'type', require('./DataInputAssociationBehavior') ], deleteLaneBehavior: [ 'type', require('./DeleteLaneBehavior') ], importDockingFix: [ 'type', require('./ImportDockingFix') ], labelBehavior: [ 'type', require('./LabelBehavior') ], modelingFeedback: [ 'type', require('./ModelingFeedback') ], removeParticipantBehavior: [ 'type', require('./RemoveParticipantBehavior') ], replaceConnectionBehavior: [ 'type', require('./ReplaceConnectionBehavior') ], replaceElementBehaviour: [ 'type', require('./ReplaceElementBehaviour') ], resizeLaneBehavior: [ 'type', require('./ResizeLaneBehavior') ], unsetDefaultFlowBehavior: [ 'type', require('./UnsetDefaultFlowBehavior') ], updateFlowNodeRefsBehavior: [ 'type', require('./UpdateFlowNodeRefsBehavior') ], removeElementBehavior: [ 'type', require('./RemoveElementBehavior') ], unclaimIdBehavior: [ 'type', require('./UnclaimIdBehavior') ], toggleElementCollapseBehaviour : [ 'type', require('./ToggleElementCollapseBehaviour') ] };