Uses of Enum Class
jline.lang.constant.ReplacementStrategy
Packages that use 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
Fields in jline.lang declared as ReplacementStrategy -
Uses of ReplacementStrategy in jline.lang.constant
Methods in jline.lang.constant that return ReplacementStrategyModifier 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.Methods in jline.lang.constant with parameters of type ReplacementStrategyModifier and TypeMethodDescriptionstatic String
ReplacementStrategy.toFeature
(ReplacementStrategy r) static int
ReplacementStrategy.toId
(ReplacementStrategy r) -
Uses of ReplacementStrategy in jline.lang.nodes
Methods in jline.lang.nodes that return ReplacementStrategyConstructors in jline.lang.nodes with parameters of type ReplacementStrategyModifierConstructorDescriptionCache
(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
Methods in jline.solvers.jmt with parameters of type ReplacementStrategy