All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.boreal.io.csv.RLSCSVResult Maven / Gradle / Ivy

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) { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy