com.pecasim.model
Interface DataFileDescriptor

All Known Implementing Classes:
AbstractDataFileDescriptor, CSVDataFileDescriptor, XmlDataFileDescriptor

public interface DataFileDescriptor

Author:
cbu

Method Summary
 java.util.List<java.lang.String[]> getData(int clusterNr, int clusterSize)
           
 DataObjectDescriptor getDomainObject()
           
 DOMAINTYPE getDomainType()
           
 java.lang.String getFile()
           
 void setDomainType(DOMAINTYPE aType)
           
 void setFile(java.lang.String aFile)
           
 

Method Detail

getFile

java.lang.String getFile()

setFile

void setFile(java.lang.String aFile)

getDomainType

DOMAINTYPE getDomainType()

setDomainType

void setDomainType(DOMAINTYPE aType)

getDomainObject

DataObjectDescriptor getDomainObject()
                                     throws java.io.IOException
Throws:
java.io.IOException

getData

java.util.List<java.lang.String[]> getData(int clusterNr,
                                           int clusterSize)
                                           throws java.io.IOException
Throws:
java.io.IOException