Package | Description |
---|---|
it.cnr.isti.hpc.dexter.graph | |
it.cnr.isti.hpc.dexter.graph.ram |
Modifier and Type | Interface and Description |
---|---|
interface |
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.
|
interface |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RamIncomingNodes
RamIncomingNodes allows to keep the incoming nodes for each node in a graph
directly in main memory.
|
class |
RamNodes
RamNodes implements
NodeStar object in main memory. |
class |
RamOutcomingNodes
RamIncomingNodes allows to keep the outcoming nodes for each node in a graph
directly in main memory.
|
Copyright © 2013. All rights reserved.