 | LGSPEdgeHead Methods |
The LGSPEdgeHead type exposes the following members.
Methods
| Name | Description |
---|
 | ApplyFunctionMethod | (Overrides LGSPEdgeApplyFunctionMethod(IActionExecutionEnvironment, IGraph, String, Object).) |
 | ApplyProcedureMethod | (Overrides LGSPEdgeApplyProcedureMethod(IActionExecutionEnvironment, IGraph, String, Object).) |
 | Clone | (Overrides LGSPEdgeClone(INode, INode).) |
 | Copy | (Overrides LGSPEdgeCopy(INode, INode, IGraph, IDictionaryObject, Object).) |
 | GetAttribute | (Overrides LGSPEdgeGetAttribute(String).) |
 | InstanceOf |
Returns true, if the typed object is compatible to the given type.
(Inherited from LGSPEdge.) |
 | IsDeeplyEqual | (Overrides LGSPEdgeIsDeeplyEqual(IDeepEqualityComparer, IDictionaryObject, Object).) |
 | Opposite |
Retrieves the other incident node of this edge.
(Inherited from LGSPEdge.) |
 | Recycle | (Overrides LGSPEdgeRecycle.) |
 | ResetAllAttributes | (Overrides LGSPEdgeResetAllAttributes.) |
 | SetAttribute | (Overrides LGSPEdgeSetAttribute(String, Object).) |
 | SetSourceAndTarget |
Sets source and target to the LGSPEdge object instantiated before with source and target being null.
(Inherited from LGSPEdge.) |
 | ToString |
Returns the name of the type of this edge.
(Inherited from LGSPEdge.) |
Top
See Also