01_user_documentation:06_graph:01_edge
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 01_user_documentation:06_graph:01_edge [2025/08/20 10:28] – gaetan | 01_user_documentation:06_graph:01_edge [2025/09/05 15:25] (current) – gaetan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Edge ====== | ====== Edge ====== | ||
| - | Edges are the base element of the graphs. Indeed, the GroIMP implementation of graph define | + | Edges link [[: |
| By default, edges cannot hold data other than one integer (the edgebits). The edgebits define which type of edge it is. The type of edge is tested with bit operations. Thus, an edge can be of several type. Additionally there is a specific way of using a Node as an edge (called EdgeNode) in order to hold more information in the edge. | By default, edges cannot hold data other than one integer (the edgebits). The edgebits define which type of edge it is. The type of edge is tested with bit operations. Thus, an edge can be of several type. Additionally there is a specific way of using a Node as an edge (called EdgeNode) in order to hold more information in the edge. | ||
| - | This section presents the different type of edge defined in GroIMP. All standards bit masks for edges can be accessed in the interface de.grogra.graph.Graph as static fields. | + | This section presents the different type of edge defined in GroIMP. All standards bit masks for edges can be accessed in the interface |
01_user_documentation/06_graph/01_edge.1755678498.txt.gz · Last modified: 2025/08/20 10:28 by gaetan
