| Package | Description |
|---|---|
| salvo.jesus.graph | |
| salvo.jesus.graph.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryTree
An interface for a binary tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeImpl
An implementation of a Tree.
|
| Modifier and Type | Method and Description |
|---|---|
Tree |
TreeImpl.createTree()
Factory method that returns a new instance of TreeImpl.
|
Tree |
Tree.createTree()
Factory method that returns a new instance of TreeImpl.
|
Tree |
TreeImpl.getSubTree(Vertex subTreeRootVertex) |
Tree |
Tree.getSubTree(Vertex subTreeRootVertex)
Returns a new instance of a Tree that is rooted
from the specified node.
|
| Modifier and Type | Method and Description |
|---|---|
Tree |
TreeListener.getSubTree(Vertex subTreeRootVertex) |
| Constructor and Description |
|---|
TreeListener(Tree tree)
Creates a new TreeListener for the given Tree.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.