![]() | LGSPNode |
The LGSPNodeHead type exposes the following members.
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) |
![]() | GetUniqueId |
Gets the unique id of the node.
Only available if unique ids for nodes and edges were declared in the model
(or implicitely switched on by parallelization or the declaration of some index).
(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) |