Interface | Description |
---|---|
IncomingNodes |
Represents a collection of nodes, where for each node
the list of neighbors represents the list of nodes that
link to or are linked by the given node.
|
NodeStar |
Represents a collection of nodes in a graph, for each node (represented by
an integer id), can return addictional data (see @link{Node}) and a list of
neighbors.
|
NodesWriter | |
OutcomingNodes |
Represents a collection of nodes, where for each node
the list of neighbors represents the list of nodes that
are linked by the given node.
|
Class | Description |
---|---|
Node |
Node implements a generic node in a entity-graph, represented as its node-id,
plus a set of incoming or outcoming nodes (the neighbours, represented as an array of integers)
|
Node.Parser | |
NodeFactory |
Returns a particular nodes collection, or a NodeWriter depending on how
the nodes are serialized (db, hadoop mapfile, ram).
|
Enum | Description |
---|---|
NodeFactory.Type |
Copyright © 2013. All rights reserved.