Class SequentialExecution
java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.execution.SequentialExecution
- All Implemented Interfaces:
 AutoCloseable,Execution
SequentialExecution class
- Author:
 - Mathias Hofer
 
- 
Constructor Details
- 
SequentialExecution
- Parameters:
 semantics- semanticssatSolver- satSolver
 
 - 
 - 
Method Details
- 
stream
Description copied from interface:ExecutionMust only be called once, it is up to the implementation what happens it is called more than once. - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceExecution
 
 -