Modifier and Type | Class | Description |
---|---|---|
static class |
FFTDecomposition.ComparatorStrand |
Comparator that recursively compares two strands
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<java.lang.Byte> |
articulationPair |
|
protected java.util.Comparator |
comparator |
|
protected Graph |
graphSegment |
|
protected IsBiconnected |
isBi |
|
protected MaxIsomorph |
maxIsomorph |
|
protected MaxIsomorph.MaxIsomorphParameters |
mip |
|
protected Relabel |
relabel |
|
protected java.util.List<java.lang.Integer> |
segmentList |
|
protected java.util.List |
strands |
Constructor | Description |
---|---|
FFTDecomposition() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
check(Graph graph) |
|
static int |
findSegmentDepth(java.util.List list,
int segment) |
|
java.util.List<java.lang.Byte> |
getArticulationPair() |
|
java.util.List<java.lang.Integer> |
getSegments() |
|
java.util.List |
getStrands() |
|
static void |
main(java.lang.String[] args) |
|
static void |
printStrands(java.util.List list,
int deep) |
|
int |
testPair(Graph g,
byte start,
byte end,
java.util.List myStrands) |
|
protected void |
walk(Graph g,
java.util.List<java.lang.Byte> visitedNodes,
byte start,
byte end,
byte reverseStart) |
protected IsBiconnected isBi
protected java.util.List<java.lang.Byte> articulationPair
protected final MaxIsomorph maxIsomorph
protected final MaxIsomorph.MaxIsomorphParameters mip
protected final Relabel relabel
protected java.util.List strands
protected final java.util.List<java.lang.Integer> segmentList
protected Graph graphSegment
protected java.util.Comparator comparator
public java.util.List<java.lang.Byte> getArticulationPair()
public java.util.List getStrands()
public java.util.List<java.lang.Integer> getSegments()
protected void walk(Graph g, java.util.List<java.lang.Byte> visitedNodes, byte start, byte end, byte reverseStart)
public int testPair(Graph g, byte start, byte end, java.util.List myStrands)
public static int findSegmentDepth(java.util.List list, int segment)
public static void printStrands(java.util.List list, int deep)
public static void main(java.lang.String[] args)