![]() | LGSPEdgeHead Class |
Namespace: de.unika.ipd.grGen.lgsp
public class LGSPEdgeHead : LGSPEdge
The LGSPEdgeHead type exposes the following members.
Name | Description | |
---|---|---|
![]() | LGSPEdgeHead | Initializes a new instance of the LGSPEdgeHead class |
Name | Description | |
---|---|---|
![]() | Item |
Indexer that gives access to the attributes of the graph element.
(Inherited from LGSPEdge.) |
![]() | ReplacedByEdge |
The edge which replaced this edge (Valid is false in this case)
or null, if this edge has not been replaced or is still a valid member of a graph.
(Inherited from LGSPEdge.) |
![]() | ReplacedByElement |
The element which replaced this element (Valid is false in this case)
or null, if this element has not been replaced or is still a valid member of a graph.
(Inherited from LGSPEdge.) |
![]() | Source |
The source node of the edge.
(Inherited from LGSPEdge.) |
![]() | Target |
The target node of the edge.
(Inherited from LGSPEdge.) |
![]() | Type |
The EdgeType of the edge.
(Inherited from LGSPEdge.) |
![]() | Valid |
This is true, if this edge is a valid graph element, i.e. it is part of a graph.
(Inherited from LGSPEdge.) |
Name | Description | |
---|---|---|
![]() | lgspFlags |
contains some booleans coded as bitvector
(Inherited from LGSPEdge.) |
![]() | lgspInNext |
next edge in the incoming list of the target node containing all of its incoming edges
(Inherited from LGSPEdge.) |
![]() | lgspInPrev |
previous edge in the incoming list of the target node containing all of its incoming edges
(Inherited from LGSPEdge.) |
![]() | lgspOutNext |
next edge in the outgoing list of the source node containing all of its outgoing edges
(Inherited from LGSPEdge.) |
![]() | lgspOutPrev |
previous edge in the outgoing list of the source node containing all of its outgoing edges
(Inherited from LGSPEdge.) |
![]() | lgspSource |
source node of this edge
(Inherited from LGSPEdge.) |
![]() | lgspTarget |
target node of this edge
(Inherited from LGSPEdge.) |
![]() | lgspType |
The EdgeType of the edge.
(Inherited from LGSPEdge.) |
![]() | lgspTypeNext |
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.) |
![]() | lgspTypePrev |
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.) |