jfan.io
Interface ILeitura
- All Known Implementing Classes:
- CarregaArquivo, CarregaDat, CarregaTxt
public interface ILeitura
getNumClasses
int getNumClasses()
throws java.lang.Exception
- Throws:
java.lang.Exception
getNumCaracteristicas
int getNumCaracteristicas()
throws java.lang.Exception
- Throws:
java.lang.Exception
getNumPadroes
int getNumPadroes()
throws java.lang.Exception
- Throws:
java.lang.Exception
getClasses
int[] getClasses()
throws java.lang.Exception
- Throws:
java.lang.Exception
getPadroes
java.util.ArrayList<IPadrao> getPadroes()
throws java.lang.Exception
- Throws:
java.lang.Exception
getPadroesOriginais
java.lang.String[][] getPadroesOriginais()
throws java.lang.Exception
- Throws:
java.lang.Exception