public class PathFinderFactory extends Object
Constructor and Description |
---|
PathFinderFactory() |
Modifier and Type | Method and Description |
---|---|
static PathFinder |
getInstance(org.eclipse.bpmn2.Definitions bpmn2Defs) |
static PathFinder |
getInstance(File bpmn2Xml) |
static PathFinder |
getInstance(org.eclipse.bpmn2.FlowElementsContainer bpmn2Container) |
static PathFinder |
getInstance(InputStream bpmn2Stream) |
static PathFinder |
getInstance(String bpmn2Xml) |
public static PathFinder getInstance(String bpmn2Xml)
public static PathFinder getInstance(File bpmn2Xml)
public static PathFinder getInstance(org.eclipse.bpmn2.Definitions bpmn2Defs)
public static PathFinder getInstance(InputStream bpmn2Stream)
public static PathFinder getInstance(org.eclipse.bpmn2.FlowElementsContainer bpmn2Container)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.