Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphGeneticCrossingReductor Class
Fields Properties Methods


In This Topic
    NGraphGeneticCrossingReductor Class Members
    In This Topic

    The following tables list the members exposed by NGraphGeneticCrossingReductor.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the defaul vertex order for the second layer (i.e. 1, 2, 3, ..., N). (Inherited from Nevron.Diagram.DataStructures.NGraphCrossingReductorBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Gets the number of crossings for the initial ordering of layer 2, i.e. 0, 1, 2, ..., n. (Inherited from Nevron.Diagram.DataStructures.NGraphCrossingReductorBase)
    Public MethodOverridden. Reduces the edge crossings in the given bipartite graph and returns the number of crosings after the reduction.  
    Top
    Protected Methods
     NameDescription
    Protected MethodApplies a new order of the vertices for a given layer. (Inherited from Nevron.Diagram.DataStructures.NGraphCrossingReductorBase)
    Protected MethodReturns true if the specified position in Layer2 contains a vertex with a fixed IndexInLayer defined by the user. (Inherited from Nevron.Diagram.DataStructures.NGraphCrossingReductorBase)
    Protected MethodSets the vertices with fixed positions and returns the total number of fixed vertices. (Inherited from Nevron.Diagram.DataStructures.NGraphCrossingReductorBase)
    Top
    See Also