Class AllLevelCross<V,​E>


  • public class AllLevelCross<V,​E>
    extends Object
    Counts edge crossing on all levels
    See Also:
    "An E log E Line Crossing Algorithm for Levelled Graphs. Vance Waddle and Ashok Malhotra IBM Thomas J. Watson Research Center", "Simple and Efficient Bilayer Cross Counting. Wilhelm Barth, Petra Mutzel, Institut für Computergraphik und Algorithmen Technische Universität Wien, Michael Jünger, Institut für Informatik Universität zu Köln"
    • Constructor Detail

      • AllLevelCross

        public AllLevelCross​(org.jgrapht.Graph<LV<V>,​LE<V,​E>> graph,
                             LV<V>[][] levels)
    • Method Detail

      • allLevelCross

        public int allLevelCross()