Uses of Record Class
dev.langchain4j.image_to_diagram.state.Diagram.Participant
Packages that use Diagram.Participant
-
Uses of Diagram.Participant in dev.langchain4j.image_to_diagram.state
Methods in dev.langchain4j.image_to_diagram.state that return types with arguments of type Diagram.ParticipantModifier and TypeMethodDescriptionDiagram.Element.participants()
Returns the value of theparticipants
record component.Constructor parameters in dev.langchain4j.image_to_diagram.state with type arguments of type Diagram.ParticipantModifierConstructorDescriptionElement
(String type, String title, List<Diagram.Participant> participants, List<Diagram.Relation> relations, List<Diagram.Container> containers, List<String> description) Creates an instance of aElement
record class.