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:Execution
Must only be called once, it is up to the implementation what happens it is called more than once. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceExecution
-