public class BoundaryRepresentation extends Object
Constructor and Description |
---|
BoundaryRepresentation(SGraph T,
GraphInfo completeGraphInfo)
creates a new BoundaryRepresentation for a subgraph T of the graph represented by completeGraphInfo.
|
Modifier and Type | Method and Description |
---|---|
String |
allSourcesToString()
Returns all source names in a consecutive string, in order of their
index, and thus provides a signature of this BoundaryRepresentation
concerning its source names.
|
boolean |
equals(Object obj) |
SGraph |
getGraph()
Returns the SGraph corresponding to this BoundaryRepresentation.
|
int |
hashCode() |
void |
printSources()
Prints all source names used in this BoundaryRepresentation, as well as
the source count and the largest source name (by index), in a readable
fashion.
|
String |
toString() |
public SGraph getGraph()
public void printSources()
public String allSourcesToString()
Copyright © 2017. All rights reserved.