Class RelativeBipolarSatEncoding
- java.lang.Object
 - 
- org.tweetyproject.arg.adf.reasoner.sat.encodings.RelativeBipolarSatEncoding
 
 
- 
- All Implemented Interfaces:
 SatEncoding
public final class RelativeBipolarSatEncoding extends java.lang.Object implements SatEncoding
- Author:
 - Mathias Hofer
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RelativeBipolarSatEncoding(Interpretation interpretation, Link link) 
- 
Method Summary
Modifier and Type Method Description voidencode(java.util.function.Consumer<Clause> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)- 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.tweetyproject.arg.adf.reasoner.sat.encodings.SatEncoding
encode, encode 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RelativeBipolarSatEncoding
public RelativeBipolarSatEncoding(Interpretation interpretation, Link link)
- Parameters:
 interpretation- the interpretation which makes the link bipolarlink- the bipolarized link
 
 - 
 
- 
Method Detail
- 
encode
public void encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)
- Specified by:
 encodein interfaceSatEncoding
 
 - 
 
 -