Package | Description |
---|---|
org.botlibre.api.knowledge | |
org.botlibre.knowledge |
Modifier and Type | Method and Description |
---|---|
Path |
VertexIterator.getPath()
Traversal path.
|
static Path |
Path.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Path[] |
Path.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Path |
AbstractVertexIterator.getPath()
Traversal path.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractVertexIterator.getPath(Path path)
Set the traversal path.
|