Click or drag to resize

LGSPEdge Fields

The LGSPEdge type exposes the following members.

Fields
 NameDescription
Public fieldlgspFlags contains some booleans coded as bitvector
Public fieldlgspInNext next edge in the incoming list of the target node containing all of its incoming edges
Public fieldlgspInPrev previous edge in the incoming list of the target node containing all of its incoming edges
Public fieldlgspOutNext next edge in the outgoing list of the source node containing all of its outgoing edges
Public fieldlgspOutPrev previous edge in the outgoing list of the source node containing all of its outgoing edges
Public fieldlgspSource source node of this edge
Public fieldlgspTarget target node of this edge
Public fieldlgspType The EdgeType of the edge.
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).
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".
Public fielduniqueId contains a unique id if uniqueness was declared
Top
See Also