Uses of Class
org.mal_lang.langspec.ttc.TtcDistribution
-
Packages that use TtcDistribution Package Description org.mal_lang.langspec.ttc Provides classes for TTC expressions and distributions. -
-
Uses of TtcDistribution in org.mal_lang.langspec.ttc
Methods in org.mal_lang.langspec.ttc that return TtcDistribution Modifier and Type Method Description static TtcDistribution
TtcDistribution. fromString(String name)
Returns the distribution with the namename
.TtcDistribution
TtcFunction. getDistribution()
Returns the distribution of thisTtcFunction
object.static TtcDistribution
TtcDistribution. valueOf(String name)
Returns the enum constant of this type with the specified name.static TtcDistribution[]
TtcDistribution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.mal_lang.langspec.ttc with parameters of type TtcDistribution Constructor Description TtcFunction(TtcDistribution distribution, double... arguments)
Constructs a newTtcFunction
object.
-