Class AbstractGraphVisitorFI<T>
java.lang.Object
org.benf.cfr.reader.util.graph.AbstractGraphVisitorFI<T>
- All Implemented Interfaces:
GraphVisitor<T>
- Direct Known Subclasses:
GraphVisitorFIFO
-
Method Summary
Modifier and TypeMethodDescriptionvoidabort()voidenqueue(Collection<? extends T> next) voidvoidprocess()boolean
-
Method Details
-
abort
public void abort()- Specified by:
abortin interfaceGraphVisitor<T>
-
wasAborted
public boolean wasAborted()- Specified by:
wasAbortedin interfaceGraphVisitor<T>
-
getVisitedNodes
- Specified by:
getVisitedNodesin interfaceGraphVisitor<T>
-
enqueue
- Specified by:
enqueuein interfaceGraphVisitor<T>
-
enqueue
- Specified by:
enqueuein interfaceGraphVisitor<T>
-
process
public void process()- Specified by:
processin interfaceGraphVisitor<T>
-