package graph_explorer

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Edge

graph_explorer.proto:73

An edge consists of a source and a target node, specified by their identifiers. An edge has attributes and data that are similar to node attributes and node data. Edges do not form a hierarchy so there are no metanode attributes.

Used in: Graph

message Graph

graph_explorer.proto:82

message Node

graph_explorer.proto:44

There are two types of nodes. A 'metanode' contains other nodes and a 'leaf node' has no internal structure. The metanode containment relationship is acyclic, meaning that if a metanode 'A' contains the metanode 'B', then 'B' cannot contain 'A'.

Used in: Graph