| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=int32), | public, | allocatable | :: | AdjacencyMatrix(:,:) | |||
| type(Vertex_), | public, | allocatable | :: | Vertex(:) | |||
| integer(kind=int32), | public, | allocatable | :: | Global_ID(:) | |||
| integer(kind=int32), | public | :: | NumOfVertex | = | 0 |
| procedure, public :: add => addGraph | |
| procedure, public :: update => updateGraph | |
| procedure, public :: show => showGraph | |
| procedure, public :: remove => removeGraph | |
| procedure, public :: sync => syncGraph |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Graph_), | intent(inout) | :: | obj | |||
| logical, | intent(in), | optional | :: | onlyVertex |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Graph_), | intent(inout) | :: | obj | |||
| type(Vertex_), | intent(inout), | optional | :: | vertex | ||
| integer(kind=int32), | intent(in), | optional | :: | from | ||
| integer(kind=int32), | intent(in), | optional | :: | to | ||
| integer(kind=int32), | intent(in), | optional | :: | between | ||
| integer(kind=int32), | intent(in), | optional | :: | and |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Graph_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | ID | |||
| type(Vertex_), | intent(inout), | optional | :: | vertex | ||
| integer(kind=int32), | intent(in), | optional | :: | from | ||
| integer(kind=int32), | intent(in), | optional | :: | to | ||
| integer(kind=int32), | intent(in), | optional | :: | between | ||
| integer(kind=int32), | intent(in), | optional | :: | and |