Uses of Enum
jline.lang.constant.MetricType
Packages that use MetricType
Package
Description
Abstractions to declare basic elements of a model.
This package contains constants used in the definition of queueing characteristics
-
Uses of MetricType in jline.inference.lang
Fields in jline.inference.lang declared as MetricTypeMethods in jline.inference.lang that return MetricTypeConstructors in jline.inference.lang with parameters of type MetricTypeModifierConstructorDescriptionSampledMetric(MetricType type, double[] t, double[] data, Node node) SampledMetric(MetricType type, double[] t, double[] data, Node node, JobClass jobClass) -
Uses of MetricType in jline.lang
Methods in jline.lang that return MetricType -
Uses of MetricType in jline.lang.constant
Methods in jline.lang.constant that return MetricTypeModifier and TypeMethodDescriptionstatic MetricTypeMetricType.toMetricType(String desc) static MetricTypeReturns the enum constant of this type with the specified name.static MetricType[]MetricType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MetricType in jline.solvers.jmt.io
Methods in jline.solvers.jmt.io with parameters of type MetricTypeModifier and TypeMethodDescriptionMatrix[][][]JMTIO.parseLogs(boolean[] isNodeLogged, MetricType metric) Parses JMT log files for the specified metric type.