NeighborhoodDto

data class NeighborhoodDto(val centerEntityId: String, val via: List<PropositionSummaryDto>)

A leak-free summary of an entity neighbourhood: the edge propositions reachable from the centre.

Constructors

Link copied to clipboard
constructor(centerEntityId: String, via: List<PropositionSummaryDto>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the entity the neighbourhood was computed for

Link copied to clipboard

the proposition summaries on the edges into the neighbourhood