| Package | Description |
|---|---|
| eu.vicci.process.graphiti |
| Modifier and Type | Method and Description |
|---|---|
ObjectTree<T> |
ObjectTree.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Vector<ObjectTree<T>> |
ObjectTree.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectTree.addChild(ObjectTree<T> child) |
void |
ObjectTree.setParent(ObjectTree<T> p) |
| Constructor and Description |
|---|
ObjectTree(ObjectTree<T> parent,
T object) |
Copyright © 2018. All rights reserved.