Class BPMN2PathFinderImpl

    • Constructor Detail

      • BPMN2PathFinderImpl

        public BPMN2PathFinderImpl​(String bpmn2xml)
      • BPMN2PathFinderImpl

        public BPMN2PathFinderImpl​(File bpmn2File)
      • BPMN2PathFinderImpl

        public BPMN2PathFinderImpl​(InputStream bpmn2Stream)
      • BPMN2PathFinderImpl

        public BPMN2PathFinderImpl​(org.eclipse.bpmn2.Definitions bpmn2Defs)
      • BPMN2PathFinderImpl

        public BPMN2PathFinderImpl​(org.eclipse.bpmn2.FlowElementsContainer bpmn2Container)
    • Method Detail

      • readFlowElements

        protected void readFlowElements​(org.eclipse.bpmn2.FlowElementsContainer container,
                                        Map<String,​org.eclipse.bpmn2.FlowElement> catchingEvents)
      • processEventDefinitions

        protected void processEventDefinitions​(org.eclipse.bpmn2.FlowElement fElement,
                                               List<org.eclipse.bpmn2.EventDefinition> eventDefinitions,
                                               Map<String,​org.eclipse.bpmn2.FlowElement> catchingEvents)