Click or drag to resize

LGSPNamedGraph Fields

The LGSPNamedGraph type exposes the following members.

Fields
  NameDescription
Public fieldchangesCounterAtLastAnalyze (Inherited from LGSPGraph.)
Public fieldchangesCounterAtLastCanonize (Inherited from LGSPGraph.)
Protected fieldcustomCommandsToDescriptions (Inherited from LGSPGraph.)
Public fieldedgesByTypeCounts
The number of edges for each edge type indexed by the type ID.
(Inherited from LGSPGraph.)
Public fieldedgesByTypeHeads
An array containing one head of a doubly-linked ring-list for each edge type indexed by the type ID.
(Inherited from LGSPGraph.)
Public fieldflagsPerThreadPerElement
a list which stores for each parallel matcher thread, per graph element the flags with the matching state each flag encodes a bounded amount of the is-matched-bits for the lowest isomorphy spaces, the flag is a reduced version of the flags bitvector available in each graph element in case of single threaded matching (the unique id of the graph elements is used as index into the flags array)
(Inherited from LGSPGraph.)
Public fieldgraphMatchingLock (Inherited from LGSPGraph.)
Public fieldinIsoSpaceMatchedElements
a list with the isomorphy spaces, each contains in a dictionary the elements matched locally used in case the is-matched-bits in the graph elements are not sufficient (during non-parallel matching)
(Inherited from LGSPGraph.)
Public fieldinIsoSpaceMatchedElementsGlobal
a list with the isomorphy spaces, each contains in a dictionary the elements matched globally used in case the is-matched-bits in the graph elements are not sufficient (during non-parallel matching)
(Inherited from LGSPGraph.)
Public fieldmatchingState
Normally null, contains some data which allows for efficient graph comparison, in case this is a constant graph which was used for isomorphy checking
(Inherited from LGSPGraph.)
Protected fieldmodel (Inherited from LGSPGraph.)
Public fieldnameOfSingleElementAdded (Inherited from LGSPGraph.)
Public fieldnodesByTypeCounts
The number of nodes for each node type indexed by the type ID.
(Inherited from LGSPGraph.)
Public fieldnodesByTypeHeads
An array containing one head of a doubly-linked ring-list for each node type indexed by the type ID.
(Inherited from LGSPGraph.)
Public fieldperThreadInIsoSpaceMatchedElements
a list which stores for each matcher thread the isomorphy spaces, each contains in a dictionary the elements matched locally used in case the is-matched-bits in the per-thread flags array are not sufficient, employed during parallelized matching the outermost list is read concurrently, so its dimension/content must be fixed before matching begins
(Inherited from LGSPGraph.)
Public fieldperThreadInIsoSpaceMatchedElementsGlobal
a list which stores for each matcher thread the isomorphy spaces, each contains in a dictionary the elements matched globally used in case the is-matched-bits in the per-thread flags array are not sufficient, employed during parallelized matching the outermost list is read concurrently, so its dimension/content must be fixed before matching begins
(Inherited from LGSPGraph.)
Public fieldstatistics
Stores the statistics about the last analyze pass of the graph
(Inherited from LGSPGraph.)
Top
See Also