
com.barrybecker4.discreteoptimization.common.graph.visualization.render.UiClass.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bb4-shortest-paths Show documentation
Show all versions of bb4-shortest-paths Show documentation
bb4-shortest-paths java code.
The newest version!
package com.barrybecker4.discreteoptimization.common.graph.visualization.render
enum UiClass(val name: String, val isHighlight: Boolean) {
case PLAIN extends UiClass("", false)
case LARGE extends UiClass("large", false)
case VISITED extends UiClass("visited", true)
case HIGHLIGHTED extends UiClass("highlighted", true)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy