Uses of Enum Class
jline.lang.constant.JoinStrategy
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
Classes that model the individual sections that form a Network node
-
Uses of JoinStrategy in jline.lang
Modifier and TypeMethodDescriptionvoid
Network.setJoinNodeStrategy
(int nodeIdx, JobClass jobClass, JoinStrategy joinStrategy) -
Uses of JoinStrategy in jline.lang.constant
Modifier and TypeMethodDescriptionstatic JoinStrategy
Returns the enum constant of this class with the specified name.static JoinStrategy[]
JoinStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JoinStrategy in jline.lang.nodes
Modifier and TypeMethodDescriptionvoid
Join.setStrategy
(JobClass jobClass, JoinStrategy joinStrategy) -
Uses of JoinStrategy in jline.lang.sections
Modifier and TypeMethodDescriptionvoid
Joiner.setStrategy
(JobClass jobClass, JoinStrategy joinStrategy)