Uses of Interface
org.egothor.methodatlas.ai.AiSuggestionEngine
Packages that use AiSuggestionEngine
Package
Description
AI integration layer for MethodAtlas providing automated security
classification of JUnit test methods.
CLI command handler implementations for MethodAtlas.
-
Uses of AiSuggestionEngine in org.egothor.methodatlas.ai
Classes in org.egothor.methodatlas.ai that implement AiSuggestionEngineModifier and TypeClassDescriptionfinal classDefault implementation ofAiSuggestionEnginethat coordinates provider selection and taxonomy loading for AI-based security classification.final classHandles the consume phase of the manual AI workflow. -
Uses of AiSuggestionEngine in org.egothor.methodatlas.command
Methods in org.egothor.methodatlas.command that return AiSuggestionEngineModifier and TypeMethodDescriptionstatic AiSuggestionEngineCommandSupport.buildAiEngine(AiOptions aiOptions) Creates the AI suggestion engine for the current run.Constructors in org.egothor.methodatlas.command with parameters of type AiSuggestionEngineModifierConstructorDescriptionApplyTagsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new apply-tags command.GitHubAnnotationsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new GitHub Annotations command.SarifCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new SARIF command.ScanCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new scan command.