Click or drag to resize

LGSPNodeHead Methods

The LGSPNodeHead type exposes the following members.

Methods
  NameDescription
Public methodApplyFunctionMethod (Overrides LGSPNodeApplyFunctionMethod(IActionExecutionEnvironment, IGraph, String, Object).)
Public methodApplyProcedureMethod (Overrides LGSPNodeApplyProcedureMethod(IActionExecutionEnvironment, IGraph, String, Object).)
Public methodClone (Overrides LGSPNodeClone.)
Public methodCopy (Overrides LGSPNodeCopy(IGraph, IDictionaryObject, Object).)
Public methodGetAttribute (Overrides LGSPNodeGetAttribute(String).)
Public methodGetCompatibleIncident
Returns an IEnumerable<IEdge> over all incident edges with the same type or a subtype of the given type
(Inherited from LGSPNode.)
Public methodGetCompatibleIncoming
Returns an IEnumerable<IEdge> over all incoming edges with the same type or a subtype of the given type
(Inherited from LGSPNode.)
Public methodGetCompatibleOutgoing
Returns an IEnumerable<IEdge> over all outgoing edges with the same type or a subtype of the given type
(Inherited from LGSPNode.)
Public methodGetExactIncident
Returns an IEnumerable<IEdge> over all incident edges with exactly the given type
(Inherited from LGSPNode.)
Public methodGetExactIncoming
Returns an IEnumerable<IEdge> over all incoming edges with exactly the given type
(Inherited from LGSPNode.)
Public methodGetExactOutgoing
Returns an IEnumerable<IEdge> over all outgoing edges with exactly the given type
(Inherited from LGSPNode.)
Public methodInstanceOf
Returns true, if the typed object is compatible to the given type.
(Inherited from LGSPNode.)
Public methodIsDeeplyEqual (Overrides LGSPNodeIsDeeplyEqual(IDeepEqualityComparer, IDictionaryObject, Object).)
Public methodMoveInHeadAfter
Moves the head of the incoming list after the given edge. Part of the "list trick".
(Inherited from LGSPNode.)
Public methodMoveOutHeadAfter
Moves the head of the outgoing list after the given edge. Part of the "list trick".
(Inherited from LGSPNode.)
Public methodRecycle (Overrides LGSPNodeRecycle.)
Public methodResetAllAttributes (Overrides LGSPNodeResetAllAttributes.)
Public methodSetAttribute (Overrides LGSPNodeSetAttribute(String, Object).)
Public methodToString
Returns the name of the type of this node.
(Inherited from LGSPNode.)
Top
See Also