DLV.core
Interface AbstractIOImplementation
- All Known Implementing Classes:
- JavaPipedIOImpl
public interface AbstractIOImplementation
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()