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
    This SpecialProperty 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>
    A SpecialProperty represents an abstract NodeProperty which when detected, can perform changes in the graph or any of its nodes.