Class GraphClassParser


public class GraphClassParser extends ClassStringParser
A small wrapper around JSAP's standard ClassStringParser. It tries to prefix the package names in PACKAGE to the provided class name, making the specification of graph classes on the command line much easier.
  • Field Details

    • PACKAGE

      public static final String[] PACKAGE
      The packages that will be prepended to each graph class.
  • Constructor Details

    • GraphClassParser

      protected GraphClassParser()
  • Method Details