Adjacency

Adjacencies store neighborhood information for an Ngraph. An adjacency is a directed link from a "from" object to a "to" object. If the "to" object has an adjacency back to the "from" object, then the two adjacencies are paired and store pointers to each other. Since an adjacency is pair of SObjects, it is a Space

Implementations:

Member functions: