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

fr.insee.vtl.model.Metadataset Maven / Gradle / Ivy

package fr.insee.vtl.model;

/**
 * Metadata set
 *
 * Metadataset is the base interface for sets of metadata that can be provided by the VTL engine.
 * 

* Metadata sets can be of very diverse types, so the interface does not specify any specifics. */ public interface Metadataset { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy