Uses of Record Class
dev.langchain4j.image_to_diagram.state.Diagram.Participant
-
Uses of Diagram.Participant in dev.langchain4j.image_to_diagram.state
Modifier and TypeMethodDescriptionDiagram.Element.participants()
Returns the value of theparticipants
record component.ModifierConstructorDescriptionElement
(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.