The interface used by utility classes that DefaultGraph
delegates most of its work to. Normally you don't need to deal with this interface.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IGraphStructure |
| Visual Basic |
|---|
Public Interface IGraphStructure |
Remarks
If a custom IGraph implementation needs to be implemented,
DefaultGraph can be used to quickly accomplish this task.
All that has to be done is provide the DefaultGraph constructor an
implementation of this relatively simple interface. Most of the work
is performed by the DefaultGraph implementation. The IGraphStructure implementation
serves as a facade to the structure of the graph.