Class SatLinkStrategy
java.lang.Object
org.tweetyproject.arg.adf.semantics.link.SatLinkStrategy
- All Implemented Interfaces:
- LinkStrategy
Computes the LinkType via two Sat-calls.
- Author:
- Mathias Hofer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncompute(Argument parent, AcceptanceCondition childAcc) Computes the type of link between a parent argument and its child's acceptance condition.compute(Argument parent, AcceptanceCondition childAcc, Interpretation assumption) Computes the type of link between a parent argument and its child's acceptance condition, taking into account an additional assumption.
- 
Constructor Details- 
SatLinkStrategy- Parameters:
- solver- solver
 
 
- 
- 
Method Details- 
computeDescription copied from interface:LinkStrategyComputes the type of link between a parent argument and its child's acceptance condition.- Specified by:
- computein interface- LinkStrategy
- Parameters:
- parent- the parent argument in the argumentation framework
- childAcc- the acceptance condition of the child argument
- Returns:
- the computed LinkTyperepresenting the relationship between the parent argument and the child's acceptance condition
 
- 
computeDescription copied from interface:LinkStrategyComputes the type of link between a parent argument and its child's acceptance condition, taking into account an additional assumption.- Specified by:
- computein interface- LinkStrategy
- Parameters:
- parent- the parent argument in the argumentation framework
- childAcc- the acceptance condition of the child argument
- assumption- the assumption or interpretation that may influence the computation of the link type
- Returns:
- the computed LinkTyperepresenting the relationship between the parent argument, the child's acceptance condition, and the given assumption
 
 
-