jdplus.sa.base.api.HasSaEstimation Maven / Gradle / Ivy
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Interface.java to edit this template
*/
package jdplus.sa.base.api;
/**
*
* @author PALATEJ
*/
public interface HasSaEstimation {
SaEstimation getEstimation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy