Interface IDetectThreatStrategy
- All Known Implementing Classes:
DefaultDetectThreatStrategy
public interface IDetectThreatStrategy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisThreat(FAtiMA.Core.conditions.Condition c1, FAtiMA.Core.conditions.Condition c2) Checks if a given condition c1 threatens another condition c2
-
Method Details
-
isThreat
boolean isThreat(FAtiMA.Core.conditions.Condition c1, FAtiMA.Core.conditions.Condition c2) Checks if a given condition c1 threatens another condition c2- Parameters:
c1- - the condition that we want to check for threatc2- - a possible threatened condition- Returns:
- true if condition c1 threatens condition c2
-