Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

16.25. Paths

Another important concept in ModeShape's graph model is the path, which provides a way of locating a node within a hierarchy. ModeShape's Path object is an immutable ordered sequence of Path.Segment objects.
Like Name , the only way to create a Path or a Path.Segment is to use the PathFactory , which is available within the ExecutionContext via the getValueFactories() method.