Serialized Form
-
Package ai.stapi.graph
-
Package ai.stapi.graph.attribute
-
Class ai.stapi.graph.attribute.AbstractAttribute
class AbstractAttribute extends Object implements Serializable -
Class ai.stapi.graph.attribute.AbstractAttributeContainer
class AbstractAttributeContainer extends Object implements Serializable-
Serialized Fields
-
versionedAttributes
VersionedAttributeGroup versionedAttributes
-
-
-
Class ai.stapi.graph.attribute.LeafAttribute
-
Serialized Fields
-
boxedValue
AV extends AttributeValue<T> boxedValue
-
-
-
Class ai.stapi.graph.attribute.ListAttribute
-
Serialized Fields
-
boxedValues
List<AttributeValue<?>> boxedValues
-
-
-
Class ai.stapi.graph.attribute.SetAttribute
-
Serialized Fields
-
boxedValues
Set<AttributeValue<?>> boxedValues
-
-
-
-
Package ai.stapi.graph.attribute.attributeFactory.exceptions
-
Exception ai.stapi.graph.attribute.attributeFactory.exceptions.CannotCreateAttribute
class CannotCreateAttribute extends RuntimeException implements Serializable
-
-
Package ai.stapi.graph.attribute.attributeValue
-
Class ai.stapi.graph.attribute.attributeValue.AbstractAttributeValue
class AbstractAttributeValue extends Object implements Serializable-
Serialized Fields
-
value
T value
-
-
-
Class ai.stapi.graph.attribute.attributeValue.Base64BinaryAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.BooleanAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.CanonicalAttributeValue
class CanonicalAttributeValue extends UriAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.CodeAttributeValue
class CodeAttributeValue extends StringAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.DateAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.DateTimeAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.DecimalAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.IdAttributeValue
class IdAttributeValue extends StringAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.InstantAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.IntegerAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.MarkdownAttributeValue
class MarkdownAttributeValue extends StringAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.OidAttributeValue
class OidAttributeValue extends UriAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.PositiveIntegerAttributeValue
class PositiveIntegerAttributeValue extends IntegerAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.StringAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.TimeAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.UnknownAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.UnsignedIntegerAttributeValue
class UnsignedIntegerAttributeValue extends IntegerAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.UriAttributeValue
-
Class ai.stapi.graph.attribute.attributeValue.UrlAttributeValue
class UrlAttributeValue extends UriAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.UuidAttributeValue
class UuidAttributeValue extends UriAttributeValue implements Serializable -
Class ai.stapi.graph.attribute.attributeValue.XhtmlAttributeValue
-
-
Package ai.stapi.graph.attribute.exceptions
-
Exception ai.stapi.graph.attribute.exceptions.AttributeNotFoundException
class AttributeNotFoundException extends GraphException implements Serializable -
Exception ai.stapi.graph.attribute.exceptions.CompositeAttributeCannotBeCreated
class CompositeAttributeCannotBeCreated extends GraphException implements Serializable
-
-
Package ai.stapi.graph.exceptions
-
Exception ai.stapi.graph.exceptions.EdgeNotFound
class EdgeNotFound extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.EdgeWithSameIdAlreadyExists
class EdgeWithSameIdAlreadyExists extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.GraphElementNotFound
class GraphElementNotFound extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.GraphException
class GraphException extends RuntimeException implements Serializable -
Exception ai.stapi.graph.exceptions.MoreThanOneNodeFoundWithGivenAttributeException
class MoreThanOneNodeFoundWithGivenAttributeException extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.MoreThanOneNodeOfTypeFoundException
class MoreThanOneNodeOfTypeFoundException extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.NodeNotFound
class NodeNotFound extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.NodeOfTypeNotFoundException
class NodeOfTypeNotFoundException extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.NodeWithSameIdAlreadyExists
class NodeWithSameIdAlreadyExists extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.OneOrBothNodesOnEdgeDoesNotExist
class OneOrBothNodesOnEdgeDoesNotExist extends GraphException implements Serializable -
Exception ai.stapi.graph.exceptions.UnableToReplaceNode
class UnableToReplaceNode extends GraphException implements Serializable
-
-
Package ai.stapi.graph.graphelements
-
Class ai.stapi.graph.graphelements.AbstractGraphElement
class AbstractGraphElement extends AbstractAttributeContainer implements Serializable-
Serialized Fields
-
id
ai.stapi.identity.UniqueIdentifier id
-
type
String type
-
-
-
Class ai.stapi.graph.graphelements.Edge
class Edge extends AbstractGraphElement implements Serializable -
Class ai.stapi.graph.graphelements.Node
class Node extends AbstractGraphElement implements Serializable
-
-
Package ai.stapi.graph.inMemoryGraph.exceptions
-
Exception ai.stapi.graph.inMemoryGraph.exceptions.CannotCreateGraphWithOtherThanGraphElements
class CannotCreateGraphWithOtherThanGraphElements extends GraphException implements Serializable -
Exception ai.stapi.graph.inMemoryGraph.exceptions.GraphEdgesCannotBeMerged
class GraphEdgesCannotBeMerged extends GraphException implements Serializable -
Exception ai.stapi.graph.inMemoryGraph.exceptions.GraphNodesCannotBeMerged
class GraphNodesCannotBeMerged extends GraphException implements Serializable -
Exception ai.stapi.graph.inMemoryGraph.exceptions.MoreThanOneNodeWithAttributeFoundException
class MoreThanOneNodeWithAttributeFoundException extends GraphException implements Serializable -
Exception ai.stapi.graph.inMemoryGraph.exceptions.NodeWithAttributeNotFound
class NodeWithAttributeNotFound extends GraphException implements Serializable
-
-
Package ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph
-
Class ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.AttributeResponse
class AttributeResponse extends Object implements Serializable-
Serialized Fields
-
type
String type
-
values
List<AttributeVersionResponse> values
-
-
-
Class ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.AttributeVersionResponse
class AttributeVersionResponse extends Object implements Serializable -
Class ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.CompactNodeResponse
class CompactNodeResponse extends Object implements Serializable-
Serialized Fields
-
attributes
List<AttributeResponse> attributes
-
nodeId
String nodeId
-
primaryName
String primaryName
-
type
String type
-
-
-
Class ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.EdgeResponse
class EdgeResponse extends Object implements Serializable-
Serialized Fields
-
attributes
List<AttributeResponse> attributes
-
compactNodeFrom
CompactNodeResponse compactNodeFrom
-
compactNodeTo
CompactNodeResponse compactNodeTo
-
edgeId
String edgeId
-
type
String type
-
-
-
Class ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.NodeResponse
class NodeResponse extends Object implements Serializable-
Serialized Fields
-
attributes
List<AttributeResponse> attributes
-
edges
List<EdgeResponse> edges
-
nodeId
String nodeId
-
primaryName
String primaryName
-
type
String type
-
-
-
-
Package ai.stapi.graph.renderer.model.exceptions
-
Exception ai.stapi.graph.renderer.model.exceptions.GraphRendererException
class GraphRendererException extends RuntimeException implements Serializable -
Exception ai.stapi.graph.renderer.model.exceptions.RenderOptionsNotRecognizedException
class RenderOptionsNotRecognizedException extends RuntimeException implements Serializable
-
-
Package ai.stapi.graph.renderer.model.nodeRenderer.exceptions
-
Exception ai.stapi.graph.renderer.model.nodeRenderer.exceptions.OptionsAreNotSupportedByAnyRendererException
class OptionsAreNotSupportedByAnyRendererException extends GraphRendererException implements Serializable -
Exception ai.stapi.graph.renderer.model.nodeRenderer.exceptions.OptionsAreSupportedByMultipleRenderersException
class OptionsAreSupportedByMultipleRenderersException extends GraphRendererException implements Serializable
-
-
Package ai.stapi.graph.traversableGraphElements
-
Class ai.stapi.graph.traversableGraphElements.TraversableEdge
class TraversableEdge extends AbstractAttributeContainer implements Serializable-
Serialized Fields
-
edgeId
ai.stapi.identity.UniqueIdentifier edgeId
-
edgeType
String edgeType
-
nodeFromId
ai.stapi.identity.UniqueIdentifier nodeFromId
-
nodeFromType
String nodeFromType
-
nodeLoader
NodeLoader nodeLoader
-
nodeToId
ai.stapi.identity.UniqueIdentifier nodeToId
-
nodeToType
String nodeToType
-
-
-
Class ai.stapi.graph.traversableGraphElements.TraversableNode
class TraversableNode extends AbstractAttributeContainer implements Serializable-
Serialized Fields
-
edgeLoader
EdgeLoader edgeLoader
-
id
ai.stapi.identity.UniqueIdentifier id
-
nodeType
String nodeType
-
-
-
-
Package ai.stapi.graph.versionedAttributes.exceptions
-
Exception ai.stapi.graph.versionedAttributes.exceptions.CannotAddNewVersionOfAttribute
class CannotAddNewVersionOfAttribute extends VersionedAttributesException implements Serializable -
Exception ai.stapi.graph.versionedAttributes.exceptions.CannotMergeTwoVersionedAttributes
class CannotMergeTwoVersionedAttributes extends VersionedAttributesException implements Serializable -
Exception ai.stapi.graph.versionedAttributes.exceptions.VersionedAttributeCannotBeCreatedWithDifferentTypes
class VersionedAttributeCannotBeCreatedWithDifferentTypes extends GraphException implements Serializable -
Exception ai.stapi.graph.versionedAttributes.exceptions.VersionedAttributeCannotBeEmpty
class VersionedAttributeCannotBeEmpty extends GraphException implements Serializable -
Exception ai.stapi.graph.versionedAttributes.exceptions.VersionedAttributesException
class VersionedAttributesException extends GraphException implements Serializable
-