Class ResponseNode
java.lang.Object
ai.stapi.graph.renderer.infrastructure.responseRenderer.responseGraph.ResponseNode
- All Implemented Interfaces:
RenderOutput,Comparable<ResponseNode>
-
Constructor Summary
ConstructorsConstructorDescriptionResponseNode(String uuid, String type) ResponseNode(String uuid, String type, Map<String, ResponseAttribute<?>> attributes) -
Method Summary
-
Constructor Details
-
ResponseNode
-
ResponseNode
-
-
Method Details
-
getUuid
-
getType
-
getAttributes
-
toString
-
toPrintableString
- Specified by:
toPrintableStringin interfaceRenderOutput
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ResponseNode>
-