Package | Description |
---|---|
edu.ucla.sspace.dependency |
Modifier and Type | Field and Description |
---|---|
protected Queue<SimpleDependencyPath> |
DependencyIterator.frontier
The paths that have been expanded from the starting node but have not yet
been returned.
|
protected Queue<SimpleDependencyPath> |
BreadthFirstPathIterator.frontier
The paths that have been expanded from the starting node but have not yet
been returned.
|
Modifier and Type | Method and Description |
---|---|
SimpleDependencyPath |
SimpleDependencyPath.copy()
Returns a copy of this dependency path
|
SimpleDependencyPath |
SimpleDependencyPath.extend(DependencyRelation relation)
Returns a copy of this dependency path that has the provided related
appended to the end of its path sequence.
|
Copyright © 2012. All Rights Reserved.