Click or drag to resize

IsomorphyInformation Class

Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspIsomorphyInformation

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public class IsomorphyInformation : ICloneable

The IsomorphyInformation type exposes the following members.

Constructors
  NameDescription
Public methodIsomorphyInformation
Initializes a new instance of the IsomorphyInformation class
Top
Methods
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