public class SETreeBuilder<O> extends Object
| Constructor and Description |
|---|
SETreeBuilder(List<O> axioms) |
| Modifier and Type | Method and Description |
|---|---|
SETreeNode |
buildTree() |
int |
getIndexOf(O element) |
static void |
main(String[] args) |
public SETreeNode buildTree()
public int getIndexOf(O element)
public static void main(String[] args)
Copyright © 2015. All rights reserved.