TraversalElement

public final class TraversalElement

Path element that defines the direction of the traversal and the name of the element that is next.

Parameters

direction

the direction of traversal

name

the name of the next element

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public final Direction getDirection()
Link copied to clipboard
public final String getName()

Properties

Link copied to clipboard
private final Direction direction
Link copied to clipboard
private final String name