NevronOpenVision
Nevron.Nov.DataStructures Namespace / NGraphVertex Class
Fields Properties Methods


In This Topic
    NGraphVertex Class Members
    In This Topic

    The following tables list the members exposed by NGraphVertex.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new graph vertex  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets all accessible vertices of this vertex (undirected graph)  
    Public PropertyGets the destination vertices for this graph vertex (directed graph)  
    Public PropertyGets the edges connected to the graph vertex (undirected graph)  
    Public PropertyGets the count of the edges connected to the graph vertex (e.g degree)  
    Public PropertyObtains a reference to the graph in which the vertex resides  
    Public PropertyGets the graph vertex incoming edges (directed graph)  
    Public PropertyGets the graph vertex incoming edges count (e.g. in-degree)  
    Public PropertyGets the neighbour vertices for this graph vertex (undirected graph)  
    Public PropertyGets the graph vertex outgoing edges (directed graph)  
    Public PropertyGets the graph vertex outgoing edges count (e.g. out-degree)  
    Public PropertyGets all predecessor vertices of this vertex (directed graph)  
    Public PropertyGets the source vertices for this graph vertex (directed graph)  
    Public PropertyGets all successor vertices of this vertex (directed graph)  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Overriden to return GraphPartType.Vertex  
    Public Method  
    Top
    See Also