Package | Description |
---|---|
de.up.ling.irtg.algebra.graph |
The algebra of s-graphs, together with supporting classes.
|
Modifier and Type | Field and Description |
---|---|
static Function<GraphEdge,String> |
GraphEdge.labelF |
Modifier and Type | Method and Description |
---|---|
GraphEdge |
SGraph.addEdge(GraphNode src,
GraphNode tgt,
String label)
Adds an edge with the given label between the two nodes to the s-graph.
|
GraphEdge |
GraphEdgeFactory.createEdge(GraphNode v,
GraphNode v1) |
GraphEdge |
GraphInfo.getEdge(int edgeID)
Returns the edge corresponding to
edgeID . |
Modifier and Type | Method and Description |
---|---|
org.jgrapht.DirectedGraph<GraphNode,GraphEdge> |
SGraph.getGraph()
Returns the graph underlying this s-graph.
|
Modifier and Type | Method and Description |
---|---|
int |
GraphInfo.getEdgeId(GraphEdge edge)
Returns the ID for
edge . |
Modifier and Type | Method and Description |
---|---|
boolean |
SGraph.containsAsSubgraph(org.jgrapht.DirectedGraph<GraphNode,GraphEdge> subgraph,
Map<String,String> nodeRenaming)
Checks whether the s-graph contains the given graph as a sub-graph.
|
static String |
SGraph.graphToString(org.jgrapht.DirectedGraph<GraphNode,GraphEdge> graph)
Returns a string representation of the graph.
|
Copyright © 2017. All rights reserved.