Interface LinkStrategy
- All Known Implementing Classes:
SatLinkStrategy
public interface LinkStrategy
- Author:
- Sebastian
-
Method Summary
Modifier and TypeMethodDescriptioncompute
(Argument parent, AcceptanceCondition childAcc) compute
(Argument parent, AcceptanceCondition childAcc, Interpretation assumption)
-
Method Details
-
compute
- Parameters:
parent
- parentchildAcc
- childAcc- Returns:
- LinkType compute
-
compute
- Parameters:
parent
- parentchildAcc
- childAccassumption
- assumption- Returns:
- LinkType compute
-