Package FAtiMA.Core.plans
Interface IDetectThreatStrategy
-
- All Known Implementing Classes:
DefaultDetectThreatStrategy
public interface IDetectThreatStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisThreat(Condition c1, Condition c2)Checks if a given condition c1 threatens another condition c2
-