Uses of Class
de.ubs.xdm3.model.EntityInstance
Packages that use EntityInstance
-
Uses of EntityInstance in de.ubs.xdm3
Methods in de.ubs.xdm3 that return types with arguments of type EntityInstanceModifier and TypeMethodDescriptionChatClientService.generate(EntityDefinition ed, int n, String instructions, Map<String, String> attributeInstructions) Methods in de.ubs.xdm3 with parameters of type EntityInstanceModifier and TypeMethodDescriptionvoidDefaultEntityInstanceHandler.flush(EntityInstance entityInstance) static StringUtil.toString(EntityInstance entityInstance) Converts the given entity instance to a string representation. -
Uses of EntityInstance in de.ubs.xdm3.processor
Methods in de.ubs.xdm3.processor that return EntityInstanceModifier and TypeMethodDescriptionEntityGeneratorProcessor.buildEntity(Map<String, AttributeGeneratorProcessor> param) Build an entity instance with the given configuration.EntityGeneratorProcessor.generateEntity()Generates the entity.Methods in de.ubs.xdm3.processor with parameters of type EntityInstanceModifier and TypeMethodDescriptionvoidEntityInstanceHandler.flush(EntityInstance entityInstance) Flush the given entity instance.voidEntityScenarioGeneratorProcessor.flush(EntityInstance entityInstance) Flush the central entity instance.AttributeGeneratorProcessor.generateAttribute(EntityInstance entityInstance, FieldDefinition fieldDefinition) Generate the attribute value. -
Uses of EntityInstance in de.ubs.xdm3.wrapper
Methods in de.ubs.xdm3.wrapper that return EntityInstanceModifier and TypeMethodDescriptionEntityGeneratorWrapper.buildEntity(Map<String, AttributeGeneratorProcessor> attributeGenerators) Builds an entity instance using the provided attribute generators.EntityGeneratorWrapper.generateEntity()Generates an entity instance.EntityGeneratorWrapper.llm()This method calls an LLM (Large Language Model) to generate entity instances.This method calls an LLM (Large Language Model) to generate entity instances.Methods in de.ubs.xdm3.wrapper with parameters of type EntityInstanceModifier and TypeMethodDescriptionvoidEntityScenarioGeneratorWrapper.flush(EntityInstance instance) Flushes the given entity instance.AttributeGeneratorWrapper.generateAttribute(EntityInstance entityInstance, FieldDefinition fieldDefinition) Generates an attribute for the given entity instance.