Package | Description |
---|---|
de.up.ling.irtg.algebra.graph |
The algebra of s-graphs, together with supporting classes.
|
Modifier and Type | Method and Description |
---|---|
Int2ObjectMap<SComponent> |
SComponent.getAllNonSplits(Map<SComponent,SComponent> storedComponents,
GraphInfo graphInfo)
Provides a map that assigns to each non-cut vertex a version of this BRepComponent where that non-cut vertex became a source.
|
Int2ObjectMap<Set<SComponent>> |
SComponent.getAllSplits(Map<SComponent,SComponent> storedComponents,
GraphInfo graphInfo)
Provides a map that assigns to each cut vertex the set of components it cuts this component into.
|
String |
SComponent.toString(GraphInfo completeGraphInfo)
Returns a string representing this component with node and edge names.
|
Constructor and Description |
---|
BoundaryRepresentation(SGraph T,
GraphInfo completeGraphInfo)
creates a new BoundaryRepresentation for a subgraph T of the graph represented by completeGraphInfo.
|
SComponentRepresentation(int[] sourceToNodename,
Set<SComponent> components,
GraphInfo completeGraphInfo)
Creates an s-component representation defined by the given source assignment sourceToNodename and the set of s-components.
|
SComponentRepresentation(SGraph graph,
Map<SComponent,SComponent> storedComponents,
GraphInfo completeGraphInfo)
Creates an s-component representation of the s-graph
graph , with respect to the supergraph represented by completeGraphInfo . |
Copyright © 2017. All rights reserved.