Click or drag to resize

LGSPGraphRemove(IEdge) Method

Removes the given edge from the graph.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public override void Remove(
	IEdge edge
)

Parameters

edge  IEdge
 

Implements

IGraphRemove(IEdge)
See Also