Package com.t4a.detect
Class FactDetector
java.lang.Object
com.t4a.detect.FactDetector
- All Implemented Interfaces:
AIAction
,DetectorAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(DetectValues dd) Provide a detailed description of this action nameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.t4a.api.AIAction
getActionGroup, getActionRisk, getGroupDescription
Methods inherited from interface com.t4a.api.DetectorAction
getActionName
-
Constructor Details
-
FactDetector
public FactDetector()
-
-
Method Details
-
getActionType
- Specified by:
getActionType
in interfaceAIAction
- Returns:
- ActionType
- See Also:
-
getDescription
Description copied from interface:AIAction
Provide a detailed description of this action name- Specified by:
getDescription
in interfaceAIAction
- Returns:
-
execute
- Specified by:
execute
in interfaceDetectorAction
- Throws:
GuardRailException
-