English | Spanish |
bar graph | gráfico de barras (A graph that uses horizontal bars to illustrate comparisons among individual data items) |
call graph | gráfico de llamadas (The graph of method calls and the points in the program that call them) |
column graph | gráfico de columnas (A graph that uses vertical bars to show data changes over a period of time or illustrate comparisons among items) |
connected graph | gráfico conectado (A graph in which there is a path between any two nodes) |
graph edge | borde de gráfico (A unit in the graph index that consists of an actor, an action, and an object. A graph edge represents an action done by one entity on another entity, or some relationship between two entities. For instance, an edge can represent a user (actor) viewing (action) a document (object). Or an edge can represent a user (actor) being the manager (action) of another user (object). Each graph edge contains metadata, such as a timestamp, relevance weight, and action type) |
graph index | índice de gráfico (An index structure that stores graph edges and their associated data such as actor, action, and object) |
graph node | nodo de gráfico (An entity that is included in at least one graph edge, either as an actor or as an object) |
Graph Query Language | Lenguaje de consulta de gráfico (A query language used to query the graph index) |
peer-to-peer graph | grafo punto a punto (The worldwide collection of networks and gateways that use the TCP/IP suite of protocols to communicate with one another) |