![]() | INamedGraph Properties |
The INamedGraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangesCounter |
Returns a counter of the number of changes that occured since the graph was created.
If it's different since last time you visited, the graph has changed (but it may be back again in the original state).
Only graph structure changes are counted, attribute changes are not included.
(Inherited from IGraph.) |
![]() | CustomCommandsAndDescriptions |
The graph-backend dependent commands that are available, and a description of each command.
(Inherited from IGraph.) |
![]() | Edges |
Enumerates all edges in the graph.
(Inherited from IGraph.) |
![]() | GlobalVariables |
The global variables of the graph rewrite system; convenience access to save parameter passing.
(Inherited from IGraph.) |
![]() | GraphId |
A unique id associated with the graph
(Inherited from IGraph.) |
![]() | Indices |
The indices associated with the graph.
(Inherited from IGraph.) |
![]() | Model |
The model associated with the graph.
(Inherited from IGraph.) |
![]() | Name |
A name associated with the graph.
(Inherited from IGraph.) |
![]() | Nodes |
Enumerates all nodes in the graph.
(Inherited from IGraph.) |
![]() | NumEdges |
The total number of edges in the graph.
(Inherited from IGraph.) |
![]() | NumNodes |
The total number of nodes in the graph.
(Inherited from IGraph.) |
![]() | ReuseOptimization |
If true (the default case), elements deleted during a rewrite
may be reused in the same rewrite.
As a result new elements may not be discriminable anymore from
already deleted elements using object equality, hash maps, etc.
In cases where this is needed this optimization should be disabled.
(Inherited from IGraph.) |
![]() | UniquenessHandler |
The uniqueness handler associated with the graph.
(Inherited from IGraph.) |