Package com.clay.graphstorage.entities
-
Class Summary Class Description Graph Graph entity class that maintains all nodes and edges, along with special properties, root nodes, and auto assigns id to each node.IdSpecialProperty ThisSpecialProperty
can be used to auto assign id to nodes.Node NodeProperty<T> Each graph has certain nodes, and each node can have properties holding values of their own.SpecialProperty<T> ASpecialProperty
represents an abstractNodeProperty
which when detected, can perform changes in the graph or any of its nodes.