Package org.jbpm.simulation
Interface PathFinder
-
- All Known Implementing Classes:
BPMN2PathFinderImpl
public interface PathFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PathContext>findPaths()<E> EfindPaths(PathFormatConverter<E> converter)
-
-
-
Method Detail
-
findPaths
List<PathContext> findPaths()
-
findPaths
<E> E findPaths(PathFormatConverter<E> converter)
-
-