Click or drag to resize

LGSPEdgeWithReferenceToContainingGraph Fields

The LGSPEdgeWithReferenceToContainingGraph type exposes the following members.

Fields
  NameDescription
Public fieldcontainingGraph
points to the containing graph
Public fieldlgspFlags
contains some booleans coded as bitvector
(Inherited from LGSPEdge.)
Public fieldlgspInNext
next edge in the incoming list of the target node containing all of its incoming edges
(Inherited from LGSPEdge.)
Public fieldlgspInPrev
previous edge in the incoming list of the target node containing all of its incoming edges
(Inherited from LGSPEdge.)
Public fieldlgspOutNext
next edge in the outgoing list of the source node containing all of its outgoing edges
(Inherited from LGSPEdge.)
Public fieldlgspOutPrev
previous edge in the outgoing list of the source node containing all of its outgoing edges
(Inherited from LGSPEdge.)
Public fieldlgspSource
source node of this edge
(Inherited from LGSPEdge.)
Public fieldlgspTarget
target node of this edge
(Inherited from LGSPEdge.)
Public fieldlgspType
The EdgeType of the edge.
(Inherited from LGSPEdge.)
Public fieldlgspTypeNext
Next edge in the list containing all the edges of one type. See comment for lgspTypePrev (this edge has been retyped if typeNext is not null but typePrev is null).
(Inherited from LGSPEdge.)
Public fieldlgspTypePrev
Previous edge in the list containing all the edges of one type. The edge is not part of a graph, iff typePrev is null. If typePrev is null and typeNext is not null, this edge has been retyped and typeNext points to the new edge. These special cases are neccessary to handle the following situations: "delete node + return edge", "hom + delete + return", "hom + retype + return", "hom + retype + delete", "hom + retype + delete + return".
(Inherited from LGSPEdge.)
Top
See Also