European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Interface WeightedEdge

    Simple weighted undirected edge representation.

    interface WeightedEdge {
        sourceId: string;
        targetId: string;
        weight: number;
    }
    Index

    Properties

    sourceId: string

    Stable identifier of the first endpoint.

    targetId: string

    Stable identifier of the second endpoint.

    weight: number

    Edge weight in [0, 1].