Home | History | Annotate | Download | only in proto

Lines Matching refs:Edges

45 // facts/edges for node".  A node is extensionally defined by its facts and
46 // edges, so a node without any facts or edges is not considered to exist.
49 // TODO(schroederc): break off Nodes/Edges into a separate service
54 // Edges returns a subset of the outbound edges for each of a set of
56 rpc Edges(EdgesRequest) returns (EdgesReply) {}
58 // Decorations returns an index of the nodes and edges associated with a
119 // The tickets of the source nodes for which edges are requested.
123 // The kinds of outbound edges that should be returned for each matching
141 // The edges matching a request are organized into logical pages. The size
142 // of each page is a number of distinct edges. Notionally: All the matching
143 // edges are ordered lexicographically by (start_ticket, kind, end_ticket);
145 // determines how many edges should be returned.
147 // If page_token is empty, edges will be returned starting at the beginning
155 // If page_size > 0, at most that number of edges will be returned by the
160 // The server is allowed to return fewer edges than the requested page_size,
174 // An EdgeSet represents a collection of edges outbound from a single node. The
175 // edges are organized into groups, each sharing a common edge kind.
177 // The number of edges represented by an EdgeSet es, denoted len(es), is the sum
185 // An optional integer to give an ordering between multiple edges of same
197 // Each group is a collection of outbound edges from source node sharing a
208 // matching outbound edges, keyed by the source node's ticket. The number of
209 // edges represented by an EdgesReply er, denoted len(er), is the sum of
223 // Total number of edges on all pages matching requested kinds, by kind.
226 // If there are additional pages of edges after the ones returned in this
228 // next page in sequence after this one. If there are no additional edges,
317 // If true, return reference edges whose source nodes are located in the
359 // The reference edges located in the specified window.
557 // Optional ordinal for edges of the same relation_kind.