Uses of Record Class
org.bsc.langgraph4j.builder.GraphDefinition.Node
-
Uses of GraphDefinition.Node in org.bsc.langgraph4j.builder
Methods in org.bsc.langgraph4j.builder that return types with arguments of type GraphDefinition.NodeModifier and TypeMethodDescriptionGraphDefinition.Graph.nodes()Returns the value of thenodesrecord component.Constructor parameters in org.bsc.langgraph4j.builder with type arguments of type GraphDefinition.NodeModifierConstructorDescriptionGraph(String name, List<GraphDefinition.Node> nodes, List<GraphDefinition.Edge> edges) Creates an instance of aGraphrecord class.