Parameters
public static class BiComponentSubst.BiComponentSubstParameters extends java.lang.Object implements Parameters
Modifier and Type | Field | Description |
---|---|---|
boolean |
allPermutations |
|
boolean |
combineLonelyNodes |
|
Graph |
gComp |
|
java.util.Set<Graph> |
subst |
Constructor | Description |
---|---|
BiComponentSubstParameters(Graph gComp,
java.util.Set<Graph> subst,
boolean allPermutations,
boolean combineLonelyNodes) |