Click or drag to resize

IsomorphyInformation Fields

The IsomorphyInformation type exposes the following members.

Fields
  NameDescription
Public fieldCheckIsMatchedBit
if true, the graph element's is-matched-bit must be checked
Public fieldGloballyHomomorphPatternElements
pattern elements the current element is allowed to be globally homomorph to
Public fieldLockForAllThreads
if true the candidate must be locked for all threads of a parallelized action, in addition to sequential locking, which is used for sequential checking in the header this is the case for candidates bound in the head of a parallized action
Public fieldParallel
if true parallelized isomorphy setting/checking code needs to be emitted, for the current thread this is the case for iso handling in the body of a parallelized action
Public fieldPatternElementsToCheckAgainst
pattern elements the current element is not allowed to be homomorph to
Public fieldSetIsMatchedBit
if true, the graph element's is-matched-bit must be set
Public fieldTotallyHomomorph
if true the element is not to be globally checked against anything, nor does it set any flags
Top
See Also