Package org.jbpm.simulation
Class PathFinderFactory
- java.lang.Object
-
- org.jbpm.simulation.PathFinderFactory
-
public class PathFinderFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description PathFinderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathFindergetInstance(File bpmn2Xml)static PathFindergetInstance(InputStream bpmn2Stream)static PathFindergetInstance(String bpmn2Xml)static PathFindergetInstance(org.eclipse.bpmn2.Definitions bpmn2Defs)static PathFindergetInstance(org.eclipse.bpmn2.FlowElementsContainer bpmn2Container)
-
-
-
Method Detail
-
getInstance
public static PathFinder getInstance(String bpmn2Xml)
-
getInstance
public static PathFinder getInstance(File bpmn2Xml)
-
getInstance
public static PathFinder getInstance(org.eclipse.bpmn2.Definitions bpmn2Defs)
-
getInstance
public static PathFinder getInstance(InputStream bpmn2Stream)
-
getInstance
public static PathFinder getInstance(org.eclipse.bpmn2.FlowElementsContainer bpmn2Container)
-
-