| AbstractElementParser<T> | 
  | 
| BpmnModelParser | 
 Parse a BPMN Model from the 'definitions' node of a XML representation 
 | 
| BufferedBpmnEdge | 
 This is a helper class for parsing edges in a BPMN Model 
 | 
| CollaborationParser | 
 A parser for the "collaboration" element in a XML tree of a BPMN model 
 | 
| EndEventParser | 
 Parse end events of a BPMN model 
 | 
| ExclusiveGatewayParser | 
 Parse exclusive gateways in a BPMN model 
 | 
| InclusiveGatewayParser | 
 Parse inclusive gateways in a BPMN model 
 | 
| IntermediateEventParser | 
 Parse intermediate events in a BPMN model 
 | 
| LaneParser | 
 Parse lanes in a BPMN model 
 | 
| LaneSetParser | 
 Parse a set of lanes in a BPMN model 
 | 
| MessageFlowParser | 
 Parse an edge of the message flow in a BPMN model 
 | 
| ProcessParser | 
 Parse a process in a BPMN model 
 | 
| RootParser | 
 Instances of this class serve as the root of a parsing process for a BPMN XML file. 
 | 
| SequenceFlowParser | 
 Parse an edge of the sequence flow in a BPMN model 
 | 
| StartEventParser | 
 Parse a start event of a BPMN model 
 | 
| TaskParser | 
 Parse a task of a BPMN model 
 |