Interface StateProcessor
- All Known Implementing Classes:
KBipolarStateProcessor,RestrictedKBipolarStateProcessor
public interface StateProcessor
The
StateProcessor interface defines a contract for processing a set of states and
translating them into logical clauses for further operations such as SAT solving or reasoning.- Author:
- Mathias Hofer
-
Method Summary
-
Method Details
-
process
Processes the current set of states and translates them intoClauseobjects.The implementation of this method should process the relevant states and pass the resulting clauses to the provided
Consumerfor further handling. The exact nature of the processing depends on the implementation and the specific domain.
-