Click or drag to resize

LGSPEdgeHead Methods

The LGSPEdgeHead type exposes the following members.

Methods
 NameDescription
Public methodApplyFunctionMethod
(Overrides LGSPEdgeApplyFunctionMethod(IActionExecutionEnvironment, IGraph, String, Object))
Public methodApplyProcedureMethod
(Overrides LGSPEdgeApplyProcedureMethod(IActionExecutionEnvironment, IGraph, String, Object))
Public methodClone
(Overrides LGSPEdgeClone(INode, INode))
Public methodCopy
(Overrides LGSPEdgeCopy(INode, INode, IGraph, IDictionaryObject, Object))
Public methodGetAttribute
(Overrides LGSPEdgeGetAttribute(String))
Public methodGetUniqueId Gets the unique id of the edge. 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 LGSPEdge)
Public methodInstanceOf Returns true, if the typed object is compatible to the given type.
(Inherited from LGSPEdge)
Public methodIsDeeplyEqual
(Overrides LGSPEdgeIsDeeplyEqual(IDeepEqualityComparer, IDictionaryObject, Object))
Public methodOpposite Retrieves the other incident node of this edge.
(Inherited from LGSPEdge)
Public methodRecycle
(Overrides LGSPEdgeRecycle)
Public methodResetAllAttributes
(Overrides LGSPEdgeResetAllAttributes)
Public methodSetAttribute
(Overrides LGSPEdgeSetAttribute(String, Object))
Public methodSetSourceAndTarget Sets source and target to the LGSPEdge object instantiated before with source and target being null.
(Inherited from LGSPEdge)
Public methodToString Returns the name of the type of this edge.
(Inherited from LGSPEdge)
Top
See Also