All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fuookami.ospf.kotlin.utils.math.symbol.Symbol.kt Maven / Gradle / Ivy

There is a newer version: 1.0.36
Show newest version
package fuookami.ospf.kotlin.utils.math.symbol

import fuookami.ospf.kotlin.utils.math.*
import fuookami.ospf.kotlin.utils.math.value_range.*

interface Symbol {
    val name: String
    val displayName: String?
    val category: Category
    val discrete: Boolean get() = false
    // val range: ExpressionRange<*>
    val lowerBound: Bound?
    val upperBound: Bound?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy