fr.boreal.io.csv.RLSCSVResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integraal-io Show documentation
Show all versions of integraal-io Show documentation
Inputs and Outputs for integraal objects
The newest version!
package fr.boreal.io.csv;
/**
* @author Florent Tornil
*
* This class represents the result of the parsing of a line in a RLS file
*/
public record RLSCSVResult(String predicateName, int predicateArity, String csvFilepath) {
}