Class DependencyGraphSearch.Node
java.lang.Object
dev.langchain4j.agentic.patterns.goap.DependencyGraphSearch.Node
- Enclosing class:
DependencyGraphSearch
Represents a node with multiple inputs and a single output
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOutput(DependencyGraphSearch.Node output) booleangetId()inthashCode()toString()
-
Constructor Details
-
Node
-
-
Method Details
-
addOutput
-
getInputNodes
-
getOutputNodes
-
getId
-
equals
-
hashCode
-
toString
-