Package org.jbpm.simulation
Interface PathFormatConverter<E>
-
- All Known Implementing Classes:
JSONPathFormatConverter,SimulationFilterPathFormatConverter
public interface PathFormatConverter<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Econvert(List<PathContext> paths)
-
-
-
Method Detail
-
convert
E convert(List<PathContext> paths)
-
-