Package FAtiMA.ToM
Class DetectThreatStrategy
java.lang.Object
FAtiMA.Core.plans.DefaultDetectThreatStrategy
FAtiMA.ToM.DetectThreatStrategy
- All Implemented Interfaces:
FAtiMA.Core.plans.IDetectThreatStrategy,Serializable
public class DetectThreatStrategy
extends FAtiMA.Core.plans.DefaultDetectThreatStrategy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisThreat(FAtiMA.Core.conditions.Condition c1, FAtiMA.Core.conditions.Condition c2)
-
Constructor Details
-
DetectThreatStrategy
public DetectThreatStrategy()
-
-
Method Details
-
isThreat
public boolean isThreat(FAtiMA.Core.conditions.Condition c1, FAtiMA.Core.conditions.Condition c2) - Specified by:
isThreatin interfaceFAtiMA.Core.plans.IDetectThreatStrategy- Overrides:
isThreatin classFAtiMA.Core.plans.DefaultDetectThreatStrategy
-