P - the path typeE - the path element typepublic interface Path<P extends Path<P,E>,E>
A path consists of elements and optional continuation paths.
| Modifier and Type | Method and Description |
|---|---|
List<E> |
getElements()
Gets the elements describing the path.
|
List<P> |
getPaths()
Gets the sub paths starting at end of this path.
|
Tentackle - distributed, domain- and model-driven