JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
alice.tuprologx.spyframe
Interface ToTree<T>
Type Parameters:
T
- the type of some thing to make a tree out of.
public interface
ToTree<T>
Defines the construction of a tree.
Author:
franz.beslmeisl at googlemail.com
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Node
makeTreeFrom
(
T
thing)
Construct a tree out of some thing.
Method Detail
makeTreeFrom
Node
makeTreeFrom(
T
thing)
Construct a tree out of some thing.
Parameters:
thing
- to make the tree out of.
Returns:
root of the tree.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method