![]() |
BaseGraph Class |
Namespace: GraphLibrary.Graphs
public abstract class BaseGraph
The BaseGraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | Edges |
Gets list of eges
|
![]() | Nodes |
Gets list of nodes
|
![]() | NumberOfEdges |
Gets list of edges
|
![]() | NumberOfNodes |
Gets number of nodes
|
Name | Description | |
---|---|---|
![]() | EdgeAdd(ListTupleInt32, Int32) |
Adds multiple edges
|
![]() | EdgeAdd(Int32, Int32) |
Adds edge between two nodes
|
![]() | EdgeRemove |
Removes an edge between two nodes
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Neighbors |
Returns list of in and out neighbors of a node
|
![]() | NeighborsIn |
Returns list of in neighbors of a node
List of in-nodes where in-node -> node
|
![]() | NeighborsOut |
Returns list of out neighbors of a node
|
![]() | NodeAdd(ListInt32) |
Adds multiple nodes
|
![]() | NodeAdd(Int32) |
Adds node
|
![]() | NodeDegree |
Number of in and out neighbors of a node
|
![]() | NodeDegreeIn |
Number of in neighbors of a node
|
![]() | NodeDegreeOut |
Number of out neighbors of a node
|
![]() | NodeDegrees |
Number of in and out neighbors of all nodes
|
![]() | NodeDegreesIn |
Number of in neighbors of all nodes
|
![]() | NodeDegreesOut |
Number of out neighbors of all nodes
|
![]() | NodeRemove |
Removes a node
|
![]() | ReadEdgeList |
Creates graph from Edge list file
|
![]() | ReadPajek |
Creates graph from Pajek file
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |