Uses of Interface
org.processmining.objectcentricconstraintchecking.algorithms.util.svg.Parser
-
Packages that use Parser Package Description org.processmining.objectcentricconstraintchecking.algorithms.util.svg -
-
Uses of Parser in org.processmining.objectcentricconstraintchecking.algorithms.util.svg
Classes in org.processmining.objectcentricconstraintchecking.algorithms.util.svg that implement Parser Modifier and Type Class Description classAbstractParserThis class is the superclass of all parsers.classNumberParserThis class represents a parser with support for numbers.classPathParserThis class implements an event-based parser for the SVG path's d attribute values.classPointsParserThis class implements an event-based parser for the SVG points attribute values (used with polyline and polygon elements).
-