Uses of Enum Class
jline.lang.constant.ReplacementStrategy
Package
Description
Abstractions to declare basic elements of a model.
This package contains constants used in the definition of queueing characteristics
This package contains the classes used the specify Network objects
Wrapper for the Java Modelling Tools (JMT) suite solvers
-
Uses of ReplacementStrategy in jline.lang
-
Uses of ReplacementStrategy in jline.lang.constant
Modifier and TypeMethodDescriptionstatic ReplacementStrategy
Returns the enum constant of this class with the specified name.static ReplacementStrategy[]
ReplacementStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
ReplacementStrategy.toFeature
(ReplacementStrategy r) static int
ReplacementStrategy.toId
(ReplacementStrategy r) -
Uses of ReplacementStrategy in jline.lang.nodes
ModifierConstructorDescriptionCache
(Network model, String name, int nitems, int itemLevelCap, ReplacementStrategy replPolicy) Cache
(Network model, String name, int nitems, int itemLevelCap, ReplacementStrategy replPolicy, Matrix[] graph) Cache
(Network model, String name, int nitems, Matrix itemLevelCap, ReplacementStrategy replPolicy) Cache
(Network model, String name, int nitems, Matrix itemLevelCap, ReplacementStrategy replPolicy, Matrix[] graph) -
Uses of ReplacementStrategy in jline.solvers.jmt