Class CSVConstants

java.lang.Object
fr.inria.rules.integraal.io.csv.CSVConstants

public class CSVConstants extends Object
Defines default CSV parsing constants.
  • Field Details

    • CSV_SEPARATOR

      public static final char CSV_SEPARATOR
      Default CSV separator
      See Also:
    • CSV_PREFIX

      public static final String CSV_PREFIX
      Default CSV prefix
      See Also:
    • CSV_HEADER_SIZE

      public static final int CSV_HEADER_SIZE
      If a csv is read we assume the first line defines the predicate arity /* If a csv is read, we assume the first line defines the predicate arity
      See Also:
    • CSV_HEADER_SIZE_WHEN_RLS

      public static final int CSV_HEADER_SIZE_WHEN_RLS
      If a csv is read via an RLS the arity is defined by the RLS
      See Also:
  • Constructor Details

    • CSVConstants

      public CSVConstants()
      Creates the CSV constants utility.