NGraphBuilder Class Members
In This Topic
The following tables list the members exposed by NGraphBuilder.
Public Constructors
Public Properties
| Name | Description |
 | Adapter | Gets or sets the adapter, which the builder uses to reveal the objects graph relations |
 | PartFactory | Gets or sets the factory, which the builder uses to create graph parts |
Top
Public Methods
| Name | Description |
 | BuildGraph | Builds a graph, which represents the connected region of the specified vertex object |
 | BuildGraphs | Builds graphs, which represent the connected regions of the specified objects |
 | BuildTree | Builds a tree, which represents the subtree of the specified object |
 | BuildTrees | Builds trees from the connected regions of the specified objects |
Top
See Also