Uses of Class
ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.AttributeResponse
Packages that use AttributeResponse
Package
Description
-
Uses of AttributeResponse in ai.stapi.graph.renderer.infrastructure.apiRenderer.attributes
Methods in ai.stapi.graph.renderer.infrastructure.apiRenderer.attributes that return types with arguments of type AttributeResponseModifier and TypeMethodDescriptionApiAttributesRenderer.render(AbstractAttributeContainer attributeContainer, RendererOptions options) -
Uses of AttributeResponse in ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph
Methods in ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph that return types with arguments of type AttributeResponseModifier and TypeMethodDescriptionCompactNodeResponse.getAttributes()EdgeResponse.getAttributes()NodeResponse.getAttributes()Constructor parameters in ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph with type arguments of type AttributeResponseModifierConstructorDescriptionCompactNodeResponse(@NotNull String nodeId, @NotNull String type, @NotNull String primaryName, @NotNull List<AttributeResponse> attributes) EdgeResponse(@NotNull String edgeId, @NotNull String type, @NotNull CompactNodeResponse compactNodeFrom, @NotNull CompactNodeResponse compactNodeTo, @NotNull List<AttributeResponse> attributes) NodeResponse(@NotNull String nodeId, @NotNull String type, @NotNull String primaryName, @NotNull List<AttributeResponse> attributes) NodeResponse(@NotNull String nodeId, @NotNull String type, @NotNull String primaryName, List<AttributeResponse> attributes, @NotNull List<EdgeResponse> edges)