PathDto

data class PathDto(val entityIds: List<String>, val edges: List<PropositionSummaryDto>)

A leak-free ordered path between two entities.

Constructors

Link copied to clipboard
constructor(entityIds: List<String>, edges: List<PropositionSummaryDto>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the proposition summaries connecting consecutive entities

Link copied to clipboard

the ordered entity id sequence (empty for no path)