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.
|
Set<SComponent> |
SComponentRepresentation.getComponents() |
Modifier and Type | Method and Description |
---|---|
SComponentRepresentation |
SComponentRepresentation.forgetReverse(int source,
int vNr,
SComponent oldComponent,
SComponent replacingComponent)
Returns the unique s-component representation C such that forgetting source name
source in C yields this representation, and source is assigned to node vNr in C. |
SComponentRepresentation |
SComponentRepresentation.forgetReverse(int source,
int vNr,
SComponent oldComponent,
Set<SComponent> replacingComponents)
Returns the unique s-component representation C such that forgetting source name
source in C yields this representation, and source is assigned to node vNr in C. |
Modifier and Type | Method and Description |
---|---|
SComponentRepresentation |
SComponentRepresentation.forgetReverse(int source,
int vNr,
SComponent oldComponent,
Set<SComponent> replacingComponents)
Returns the unique s-component representation C such that forgetting source name
source in C yields this representation, and source is assigned to node vNr in C. |
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<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.
|
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.
|
Constructor and Description |
---|
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 . |
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.