BrightSide Workbench Full Report + Source Code
org.turro.entities.EntitySet Class Reference
Inheritance diagram for org.turro.entities.EntitySet:
Collaboration diagram for org.turro.entities.EntitySet:

Public Member Functions

List< String > getEntityPaths ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 29 of file EntitySet.java.

Member Function Documentation

◆ getEntityPaths()

List<String> org.turro.entities.EntitySet.getEntityPaths ( )

Definition at line 31 of file EntitySet.java.

31  {
32  return stream().map(e -> e.getPath()).collect(Collectors.toList());
33  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: