| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.legacy |
| Modifier and Type | Class and Description |
|---|---|
class |
DepthEntityVisitor
Visitor to run through the entity graph by depth.
|
class |
HorizontalEntityVisitor
Visitor to run through entities horizontally, then delegate visiting to another visitor.
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaEntityVisitor |
HorizontalEntityVisitor.delegateVisitor
Delegate visitor.
|
protected TopiaEntityVisitor |
DepthEntityVisitor.delegateVisitor
The business visitor (optional)
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaEntity.accept(TopiaEntityVisitor visitor)
Route the entity using a
visitor. |
| Constructor and Description |
|---|
DepthEntityVisitor(TopiaEntityVisitor delegateVisitor) |
HorizontalEntityVisitor(TopiaEntityVisitor delegateVisitor)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Collector.CollectorVisitor |
Copyright © 2004–2014 CodeLutin. All rights reserved.