java.lang.Object |
↳ |
es.usc.citius.hipster.algorithm.DepthFirstSearch.Iterator |
Known Direct Subclasses
|
Class Overview
DFS iterator used to expand always the deepest non-visited node.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
java.util.Iterator
abstract
boolean
|
hasNext()
|
abstract
E
|
next()
|
abstract
void
|
remove()
|
|
Fields
protected
boolean
graphSupport
Protected Constructors
protected
DepthFirstSearch.Iterator
()
Public Methods
public
Set<S>
getClosed
()
public
boolean
hasNext
()
public
boolean
isGraphSupport
()
public
void
setClosed
(Set<S> closed)
public
void
setGraphSupport
(boolean graphSupport)
Protected Methods