GraphIterator
, java.util.Iterator<Graph>
IdenticalGraphFilter
, IsomorphismFilter
public abstract class GlobalFilter extends java.lang.Object implements GraphIterator
Modifier and Type | Class | Description |
---|---|---|
static class |
GlobalFilter.SignatureMaker |
Modifier and Type | Field | Description |
---|---|---|
protected GlobalFilter.SignatureMaker |
signatureMaker |
Constructor | Description |
---|---|
GlobalFilter(GraphIterator iterator) |
|
GlobalFilter(GraphIterator iterator,
GlobalFilter.SignatureMaker signatureMaker) |
Modifier and Type | Method | Description |
---|---|---|
protected abstract boolean |
accept(Graph g,
java.util.Set<Graph> set) |
|
protected java.util.Set<Graph> |
getBlockingSet(Graph g) |
|
boolean |
hasNext() |
|
Graph |
next() |
|
void |
remove() |
protected final GlobalFilter.SignatureMaker signatureMaker
public GlobalFilter(GraphIterator iterator)
public GlobalFilter(GraphIterator iterator, GlobalFilter.SignatureMaker signatureMaker)