jfan.io.arquivos
Class CarregaDat
java.lang.Object
jfan.io.arquivos.CarregaDat
- All Implemented Interfaces:
- ILeitura
public class CarregaDat
- extends java.lang.Object
- implements ILeitura
- Author:
- Fabiano
Field Summary |
java.util.ArrayList<IPadrao> |
padroes
Contém os padrões normalizados |
Constructor Summary |
CarregaDat(java.lang.String umNomeDeArquivo,
java.lang.String umSeparadorDeColuna)
Construtor da classe CarregaDat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
padroes
public java.util.ArrayList<IPadrao> padroes
- Contém os padrões normalizados
CarregaDat
public CarregaDat(java.lang.String umNomeDeArquivo,
java.lang.String umSeparadorDeColuna)
- Construtor da classe CarregaDat
- Parameters:
umNomeDeArquivo
- Um arquivo com padrõesumSeparadorColuna
- Um separador de coluna
getNumClasses
public int getNumClasses()
throws java.lang.Exception
- Specified by:
getNumClasses
in interface ILeitura
- Throws:
java.lang.Exception
getClasses
public int[] getClasses()
throws java.lang.Exception
- Specified by:
getClasses
in interface ILeitura
- Throws:
java.lang.Exception
getNumCaracteristicas
public int getNumCaracteristicas()
throws java.lang.Exception
- Specified by:
getNumCaracteristicas
in interface ILeitura
- Throws:
java.lang.Exception
getNumPadroes
public int getNumPadroes()
throws java.lang.Exception
- Specified by:
getNumPadroes
in interface ILeitura
- Throws:
java.lang.Exception
getPadroes
public java.util.ArrayList<IPadrao> getPadroes()
throws java.lang.Exception
- Specified by:
getPadroes
in interface ILeitura
- Throws:
java.lang.Exception
setArquivo
public void setArquivo(java.lang.String umArquivo)
throws java.lang.Exception
- Throws:
java.lang.Exception
setSeparadorColuna
public void setSeparadorColuna(java.lang.String umSeparadorColuna)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPadroesOriginais
public java.lang.String[][] getPadroesOriginais()
throws java.lang.Exception
- Specified by:
getPadroesOriginais
in interface ILeitura
- Throws:
java.lang.Exception