Class Healing.SetProperty
java.lang.Object
com.shaft.properties.internal.Healing.SetProperty
- All Implemented Interfaces:
EngineProperties.SetProperty
- Enclosing interface:
Healing
Fluent current-thread overrides for SHAFT Heal.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaiEnabled(boolean value) ambiguityMargin(double value) evidenceCategories(String value) historyEnabled(boolean value) historyMaxEntries(int value) historyPath(String value) historyRetentionDays(int value) minimumConfidence(double value) minimumTrustPercentage(int value) sourcePatchEnabled(boolean value) testIdAttributes(String value) visualEnabled(boolean value) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EngineProperties.SetProperty
logPropertyUpdate
-
Constructor Details
-
SetProperty
public SetProperty()
-
-
Method Details
-
strategy
- Parameters:
value- strategy name @return this builder
-
minimumConfidence
- Parameters:
value- minimum confidence @return this builder
-
minimumTrustPercentage
- Parameters:
value- minimum trust percentage from 0 to 100 @return this builder
-
ambiguityMargin
- Parameters:
value- ambiguity margin @return this builder
-
evidenceCategories
- Parameters:
value- evidence category list @return this builder
-
testIdAttributes
- Parameters:
value- test ID attribute list @return this builder
-
historyEnabled
- Parameters:
value- history enabled state @return this builder
-
historyPath
- Parameters:
value- history path @return this builder
-
historyMaxEntries
- Parameters:
value- maximum entries @return this builder
-
historyRetentionDays
- Parameters:
value- retention days @return this builder
-
visualEnabled
- Parameters:
value- visual evidence enabled state @return this builder
-
aiEnabled
- Parameters:
value- AI reranking enabled state @return this builder
-
aiTrigger
- Parameters:
value- AI trigger policy @return this builder
-
sourcePatchEnabled
- Parameters:
value- source-patch proposal enabled state @return this builder
-