Subject | Polish | English |
comp., MS | analiza grafu wywołań | callgraph analysis (The graph of method calls and the points in the program that call them. A node would be a method and the link would be the relationship of the other methods that it calls) |
el. | graf planarny | planar graph |
auto.ctrl. | graf stanu | state graph |
comp., MS | graf wywołań | call graph (The graph of method calls and the points in the program that call them) |
comp., MS | graf wywołań | callgraph (The graph of method calls and the points in the program that call them) |
reliabil. | graf zmiany stanów | state-transition diagram |
comp., MS | indeks grafu | graph index (An index structure that stores graph edges and their associated data such as actor, action, and object) |
comp., MS | język kwerend grafu | Graph Query Language (A query language used to query the graph index) |
comp., MS | krawędź grafu | graph edge (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) |
math. | metoda grafu zorientowanego | oriented graph method |
comp., MS | połączony graf | connected graph (A graph in which there is a path between any two nodes) |
el. | rozcięcie grafu | cut-set |
comp., MS | węzeł grafu | graph node (An entity that is included in at least one graph edge, either as an actor or as an object) |