Package | Description |
---|---|
it.uniroma2.sag.kelp.data.representation.graph |
Modifier and Type | Field and Description |
---|---|
protected List<GraphNode> |
DirectedGraphRepresentation.nodes |
Modifier and Type | Method and Description |
---|---|
GraphNode |
NodeDistance.getFinalNode() |
GraphNode |
NodeDistance.getInitialNode() |
GraphNode |
DirectedGraphRepresentation.getNodeFromID(Integer Id)
Given a node id, return the corresponding GraphNode object
|
Modifier and Type | Method and Description |
---|---|
List<GraphNode> |
GraphNode.getNeighbours() |
List<GraphNode> |
DirectedGraphRepresentation.getNodeList()
Returns a list containing all the nodes in this graph
|
Modifier and Type | Method and Description |
---|---|
void |
GraphNode.addOutgoingEdge(GraphNode n)
Adds an outgoing edge from this node to
n |
Constructor and Description |
---|
NodeDistance(GraphNode initialNode,
GraphNode finalNode,
float distance) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.