DLV.core
Interface AbstractIOImplementation

All Known Implementing Classes:
JavaPipedIOImpl

public interface AbstractIOImplementation


Method Summary
 void deFreeze(DlvIOHandler handler)
           
 void freeze(DlvIOHandler handler)
           
 java.lang.String getVersion()
           
 java.lang.String getWarnings()
           
 void kill(DlvIOHandler handler)
           
 void reset()
           
 void run(DlvIOHandler handler)
           
 

Method Detail

run

void run(DlvIOHandler handler)
         throws DLVInvocationException
Throws:
DLVInvocationException

kill

void kill(DlvIOHandler handler)
          throws DLVInvocationException
Throws:
DLVInvocationException

freeze

void freeze(DlvIOHandler handler)
            throws DLVInvocationException
Throws:
DLVInvocationException

deFreeze

void deFreeze(DlvIOHandler handler)
              throws DLVInvocationException
Throws:
DLVInvocationException

getVersion

java.lang.String getVersion()
                            throws DLVInvocationException
Throws:
DLVInvocationException

getWarnings

java.lang.String getWarnings()
                             throws DLVInvocationException
Throws:
DLVInvocationException

reset

void reset()