Index
All Classes and Interfaces|All Packages
A
- ArchitecturalPattern() - Constructor for class io.moderne.knowledge.model.ClassDescription.ArchitecturalPattern
- architecturalPatterns() - Method in record class io.moderne.knowledge.model.ClassDescription
-
Returns the value of the
architecturalPatternsrecord component. - AZURE_OPENAI - Enum constant in enum class io.moderne.knowledge.model.LanguageModel
B
- buildRecipeList(RecipeList) - Method in class io.moderne.knowledge.docs.UpdateOpenRewriteReadme
C
- ClassComprehension - Class in io.moderne.knowledge.model
- ClassComprehension() - Constructor for class io.moderne.knowledge.model.ClassComprehension
- ClassDescription - Record Class in io.moderne.knowledge.model
- ClassDescription(String, List<ClassDescription.ArchitecturalPattern>) - Constructor for record class io.moderne.knowledge.model.ClassDescription
-
Creates an instance of a
ClassDescriptionrecord class. - ClassDescription.ArchitecturalPattern - Class in io.moderne.knowledge.model
- ClassDescriptions - Class in io.moderne.knowledge.table
- ClassDescriptions(Recipe) - Constructor for class io.moderne.knowledge.table.ClassDescriptions
- ClassDescriptions.Row - Class in io.moderne.knowledge.table
- CodeReadingAssistant - Class in io.moderne.knowledge.model
- CodeReadingAssistant(LanguageModel) - Constructor for class io.moderne.knowledge.model.CodeReadingAssistant
- CodeReadingChat - Interface in io.moderne.knowledge.model
- ComprehendCode - Class in io.moderne.knowledge
- ComprehendCode() - Constructor for class io.moderne.knowledge.ComprehendCode
D
- describeClass(ClassComprehension) - Method in class io.moderne.knowledge.model.CodeReadingAssistant
- describeClass(String) - Method in interface io.moderne.knowledge.model.CodeReadingChat
- describeMethod(String, String) - Method in interface io.moderne.knowledge.model.CodeReadingChat
- describeMethod(Cursor) - Method in class io.moderne.knowledge.model.CodeReadingAssistant
- description() - Method in record class io.moderne.knowledge.model.ClassDescription
-
Returns the value of the
descriptionrecord component. - description() - Method in record class io.moderne.knowledge.model.MethodDescription
-
Returns the value of the
descriptionrecord component. - description() - Method in record class io.moderne.knowledge.model.MethodDescription.Parameter
-
Returns the value of the
descriptionrecord component. - descriptionOfReturnedValue() - Method in record class io.moderne.knowledge.model.MethodDescription
-
Returns the value of the
descriptionOfReturnedValuerecord component.
E
- equals(Object) - Method in record class io.moderne.knowledge.model.ClassDescription
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.moderne.knowledge.model.MethodDescription
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.moderne.knowledge.model.MethodDescription.Parameter
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.moderne.knowledge.model.MethodDescription.Technique
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.moderne.knowledge.model.Timed
-
Indicates whether some other object is "equal to" this one.
G
- GEMINI - Enum constant in enum class io.moderne.knowledge.model.LanguageModel
- generate(AtomicBoolean, ExecutionContext) - Method in class io.moderne.knowledge.docs.UpdateReadme
- getAiServices(Class<C>) - Method in enum class io.moderne.knowledge.model.LanguageModel
- getAssistant(Class<C>) - Method in enum class io.moderne.knowledge.model.LanguageModel
- getClassDescriptions() - Method in class io.moderne.knowledge.KnowledgeBaseExecutionContextView
- getDescription() - Method in class io.moderne.knowledge.ComprehendCode
- getDescription() - Method in class io.moderne.knowledge.docs.UpdateOpenRewriteReadme
- getDescription() - Method in class io.moderne.knowledge.docs.UpdateReadme
- getDisplayName() - Method in class io.moderne.knowledge.ComprehendCode
- getDisplayName() - Method in class io.moderne.knowledge.docs.UpdateOpenRewriteReadme
- getDisplayName() - Method in class io.moderne.knowledge.docs.UpdateReadme
- getInitialValue(ExecutionContext) - Method in class io.moderne.knowledge.docs.UpdateReadme
- getPseudoCode() - Method in class io.moderne.knowledge.model.ClassComprehension
- getRateLimiter() - Method in enum class io.moderne.knowledge.model.LanguageModel
- getScanner(AtomicBoolean) - Method in class io.moderne.knowledge.docs.UpdateReadme
- getVisitor() - Method in class io.moderne.knowledge.ComprehendCode
- getVisitor(AtomicBoolean) - Method in class io.moderne.knowledge.docs.UpdateReadme
H
- hashCode() - Method in record class io.moderne.knowledge.model.ClassDescription
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.moderne.knowledge.model.MethodDescription
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.moderne.knowledge.model.MethodDescription.Parameter
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.moderne.knowledge.model.MethodDescription.Technique
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.moderne.knowledge.model.Timed
-
Returns a hash code value for this object.
I
- io.moderne.knowledge - package io.moderne.knowledge
- io.moderne.knowledge.docs - package io.moderne.knowledge.docs
- io.moderne.knowledge.model - package io.moderne.knowledge.model
- io.moderne.knowledge.table - package io.moderne.knowledge.table
K
L
- LanguageModel - Enum Class in io.moderne.knowledge.model
- latency() - Method in record class io.moderne.knowledge.model.Timed
-
Returns the value of the
latencyrecord component. - LLAMA - Enum constant in enum class io.moderne.knowledge.model.LanguageModel
M
- MethodDescription - Record Class in io.moderne.knowledge.model
- MethodDescription(String, String, List<MethodDescription.Parameter>, List<MethodDescription.Technique>) - Constructor for record class io.moderne.knowledge.model.MethodDescription
-
Creates an instance of a
MethodDescriptionrecord class. - MethodDescription.Parameter - Record Class in io.moderne.knowledge.model
- MethodDescription.Technique - Record Class in io.moderne.knowledge.model
- MethodDescriptions - Class in io.moderne.knowledge.table
- MethodDescriptions(Recipe) - Constructor for class io.moderne.knowledge.table.MethodDescriptions
- MethodDescriptions.Row - Class in io.moderne.knowledge.table
- MISTRAL - Enum constant in enum class io.moderne.knowledge.model.LanguageModel
N
- name() - Method in record class io.moderne.knowledge.model.MethodDescription.Parameter
-
Returns the value of the
namerecord component. - nameOrShortDescription() - Method in record class io.moderne.knowledge.model.MethodDescription.Technique
-
Returns the value of the
nameOrShortDescriptionrecord component.
O
- OPENAI - Enum constant in enum class io.moderne.knowledge.model.LanguageModel
P
- Parameter(String, String) - Constructor for record class io.moderne.knowledge.model.MethodDescription.Parameter
-
Creates an instance of a
Parameterrecord class. - parameters() - Method in record class io.moderne.knowledge.model.MethodDescription
-
Returns the value of the
parametersrecord component.
R
- ReadmeChat - Interface in io.moderne.knowledge.docs
- record(Supplier<T>) - Static method in record class io.moderne.knowledge.model.Timed
- Row() - Constructor for class io.moderne.knowledge.table.ClassDescriptions.Row
- Row() - Constructor for class io.moderne.knowledge.table.MethodDescriptions.Row
T
- Technique(String) - Constructor for record class io.moderne.knowledge.model.MethodDescription.Technique
-
Creates an instance of a
Techniquerecord class. - techniquesInUse() - Method in record class io.moderne.knowledge.model.MethodDescription
-
Returns the value of the
techniquesInUserecord component. - Timed<T> - Record Class in io.moderne.knowledge.model
- Timed(Duration, T) - Constructor for record class io.moderne.knowledge.model.Timed
-
Creates an instance of a
Timedrecord class. - toString() - Method in record class io.moderne.knowledge.model.ClassDescription
-
Returns a string representation of this record class.
- toString() - Method in record class io.moderne.knowledge.model.MethodDescription.Parameter
-
Returns a string representation of this record class.
- toString() - Method in record class io.moderne.knowledge.model.MethodDescription.Technique
-
Returns a string representation of this record class.
- toString() - Method in record class io.moderne.knowledge.model.MethodDescription
-
Returns a string representation of this record class.
- toString() - Method in record class io.moderne.knowledge.model.Timed
-
Returns a string representation of this record class.
U
- UpdateOpenRewriteReadme - Class in io.moderne.knowledge.docs
- UpdateOpenRewriteReadme() - Constructor for class io.moderne.knowledge.docs.UpdateOpenRewriteReadme
- updateReadme(String, String, String) - Method in interface io.moderne.knowledge.docs.ReadmeChat
- UpdateReadme - Class in io.moderne.knowledge.docs
- UpdateReadme() - Constructor for class io.moderne.knowledge.docs.UpdateReadme
V
- value() - Method in record class io.moderne.knowledge.model.Timed
-
Returns the value of the
valuerecord component. - valueOf(String) - Static method in enum class io.moderne.knowledge.model.LanguageModel
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.moderne.knowledge.model.LanguageModel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- view(ExecutionContext) - Static method in class io.moderne.knowledge.KnowledgeBaseExecutionContextView
All Classes and Interfaces|All Packages