![]() | LGSPNodeHead Class |
Namespace: de.unika.ipd.grGen.lgsp
public class LGSPNodeHead : LGSPNode
The LGSPNodeHead type exposes the following members.
Name | Description | |
---|---|---|
![]() | LGSPNodeHead | Initializes a new instance of the LGSPNodeHead class |
Name | Description | |
---|---|---|
![]() | Incident |
Returns an IEnumerable<IEdge> over all incident edges
(Inherited from LGSPNode.) |
![]() | Incoming |
Returns an IEnumerable<IEdge> over all incoming edges
(Inherited from LGSPNode.) |
![]() | Item |
Indexer that gives access to the attributes of the graph element.
(Inherited from LGSPNode.) |
![]() | Outgoing |
Returns an IEnumerable<IEdge> over all outgoing edges
(Inherited from LGSPNode.) |
![]() | 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 LGSPNode.) |
![]() | ReplacedByNode |
The node which replaced this node (Valid is false in this case)
or null, if this node has not been replaced or is still a valid member of a graph.
(Inherited from LGSPNode.) |
![]() | Type |
The NodeType of the node.
(Inherited from LGSPNode.) |
![]() | Valid |
This is true, if this node is a valid graph element, i.e. it is part of a graph.
(Inherited from LGSPNode.) |
Name | Description | |
---|---|---|
![]() | ApplyFunctionMethod | (Overrides LGSPNodeApplyFunctionMethod(IActionExecutionEnvironment, IGraph, String, Object).) |
![]() | ApplyProcedureMethod | (Overrides LGSPNodeApplyProcedureMethod(IActionExecutionEnvironment, IGraph, String, Object).) |
![]() | Clone | (Overrides LGSPNodeClone.) |
![]() | Copy | (Overrides LGSPNodeCopy(IGraph, IDictionaryObject, Object).) |
![]() | GetAttribute | (Overrides LGSPNodeGetAttribute(String).) |
![]() | GetCompatibleIncident |
Returns an IEnumerable<IEdge> over all incident edges with the same type or a subtype of the given type
(Inherited from LGSPNode.) |
![]() | GetCompatibleIncoming |
Returns an IEnumerable<IEdge> over all incoming edges with the same type or a subtype of the given type
(Inherited from LGSPNode.) |
![]() | GetCompatibleOutgoing |
Returns an IEnumerable<IEdge> over all outgoing edges with the same type or a subtype of the given type
(Inherited from LGSPNode.) |
![]() | GetExactIncident |
Returns an IEnumerable<IEdge> over all incident edges with exactly the given type
(Inherited from LGSPNode.) |
![]() | GetExactIncoming |
Returns an IEnumerable<IEdge> over all incoming edges with exactly the given type
(Inherited from LGSPNode.) |
![]() | GetExactOutgoing |
Returns an IEnumerable<IEdge> over all outgoing edges with exactly the given type
(Inherited from LGSPNode.) |
![]() | InstanceOf |
Returns true, if the typed object is compatible to the given type.
(Inherited from LGSPNode.) |
![]() | IsDeeplyEqual | (Overrides LGSPNodeIsDeeplyEqual(IDeepEqualityComparer, IDictionaryObject, Object).) |
![]() | MoveInHeadAfter |
Moves the head of the incoming list after the given edge.
Part of the "list trick".
(Inherited from LGSPNode.) |
![]() | MoveOutHeadAfter |
Moves the head of the outgoing list after the given edge.
Part of the "list trick".
(Inherited from LGSPNode.) |
![]() | Recycle | (Overrides LGSPNodeRecycle.) |
![]() | ResetAllAttributes | (Overrides LGSPNodeResetAllAttributes.) |
![]() | SetAttribute | (Overrides LGSPNodeSetAttribute(String, Object).) |
![]() | ToString |
Returns the name of the type of this node.
(Inherited from LGSPNode.) |
Name | Description | |
---|---|---|
![]() | lgspFlags |
contains some booleans coded as bitvector
(Inherited from LGSPNode.) |
![]() | lgspInhead |
Entry node into the incoming edges list - not of type edge head, real edge or null
(Inherited from LGSPNode.) |
![]() | lgspOuthead |
Entry node into the outgoing edges list - not of type edge head, real edge or null
(Inherited from LGSPNode.) |
![]() | lgspType |
The node type of the node.
(Inherited from LGSPNode.) |
![]() | lgspTypeNext |
Next node in the list containing all the nodes of one type.
See comment for lgspTypePrev (this node has been retyped if typeNext is not null but typePrev is null).
(Inherited from LGSPNode.) |
![]() | lgspTypePrev |
Previous node in the list containing all the nodes of one type.
The node is not part of a graph, iff typePrev is null.
If typePrev is null and typeNext is not null, this node has been retyped and typeNext
points to the new node.
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 LGSPNode.) |