Uses of Class
ai.stapi.graph.renderer.infrastructure.responseRenderer.responseGraph.ResponseAttribute
Packages that use ResponseAttribute
Package
Description
-
Uses of ResponseAttribute in ai.stapi.graph.renderer.infrastructure.responseRenderer.attributes
Methods in ai.stapi.graph.renderer.infrastructure.responseRenderer.attributes that return types with arguments of type ResponseAttributeModifier and TypeMethodDescriptionResponseAttributesRenderer.render(AbstractAttributeContainer attributeContainer, RendererOptions options) -
Uses of ResponseAttribute in ai.stapi.graph.renderer.infrastructure.responseRenderer.responseGraph
Methods in ai.stapi.graph.renderer.infrastructure.responseRenderer.responseGraph that return types with arguments of type ResponseAttributeModifier and TypeMethodDescription@NotNull Map<String,ResponseAttribute<?>> ResponseEdge.getAttributes()@NotNull Map<String,ResponseAttribute<?>> ResponseNode.getAttributes()Constructor parameters in ai.stapi.graph.renderer.infrastructure.responseRenderer.responseGraph with type arguments of type ResponseAttributeModifierConstructorDescriptionResponseEdge(String uuid, String type, ResponseNodeIdAndType nodeFrom, ResponseNodeIdAndType nodeTo, Map<String, ResponseAttribute<?>> attributes) ResponseNode(String uuid, String type, Map<String, ResponseAttribute<?>> attributes)