Class BinarySupport
- All Implemented Interfaces:
- Iterable<BArgument>,- BipolarEntity,- Support,- DungEntity,- Formula,- Node
This class models a support between two arguments. It comprises of two attributes of 
Argument and is used by
 bipolar abstract argumentation theories.- Author:
- Lars Bengel
- 
Constructor SummaryConstructorsConstructorDescriptionBinarySupport(BArgument supporter, BArgument supported) Default constructor; initializes the two arguments used in this support relation
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleandoubleReturns a logical representation of this entity in LDO (Logic of dialectical outcomes, cf.Returns the signature of the language of this formula.returns the supported argument of this support relation.returns the supporting argument of this support relation.inthashCode()iterator()voidsetConditionality(double c) toString()Methods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
BinarySupportDefault constructor; initializes the two arguments used in this support relation- Parameters:
- supporter- the supporting argument
- supported- the supported argument
 
 
- 
- 
Method Details- 
getSupportedreturns the supported argument of this support relation.- Specified by:
- getSupportedin interface- Support
- Returns:
- the supported argument of this support relation.
 
- 
getSupporterreturns the supporting argument of this support relation.- Specified by:
- getSupporterin interface- Support
- Returns:
- the supporting argument of this support relation.
 
- 
getSignatureDescription copied from interface:FormulaReturns the signature of the language of this formula.- Specified by:
- getSignaturein interface- Formula
- Returns:
- the signature of the language of this formula.
 
- 
toString- Specified by:
- toStringin interface- Support
- Overrides:
- toStringin class- DirectedEdge<BArgument>
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getLdoFormulaDescription copied from interface:DungEntityReturns a logical representation of this entity in LDO (Logic of dialectical outcomes, cf. [Hunter, Thimm, 2015])- Specified by:
- getLdoFormulain interface- DungEntity
- Returns:
- the logical formula of this entity.
 
- 
contains- Specified by:
- containsin interface- BipolarEntity
 
- 
iterator
- 
setConditionalitypublic void setConditionality(double c) - Specified by:
- setConditionalityin interface- Support
 
- 
getConditionalProbabilitypublic double getConditionalProbability()- Specified by:
- getConditionalProbabilityin interface- Support
 
 
-