Package | Description |
---|---|
it.cnr.isti.hpc.dexter.graph | |
it.cnr.isti.hpc.dexter.graph.ram |
Class and 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.
|
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)
|
NodeFactory.Type |
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 and 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.
|
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)
|
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.
|
Copyright © 2013. All rights reserved.