Uses of Class
jline.lang.Model
Packages that use Model
Package
Description
Abstractions to declare basic elements of a model.
This package contains the classes used the specify LayeredNetwork objects
Solver superclasses and related data structures.
-
Uses of Model in jline.lang
Subclasses of Model in jline.langModifier and TypeClassDescriptionclassA model defined by a collection of sub-modelsclassDeprecated.classAn environment model defined by a collection of network sub-models coupled with an environment transition rule that selects the active sub-model.classA queueing network model TABLE OF CONTENTS: 1. -
Uses of Model in jline.lang.layered
Subclasses of Model in jline.lang.layeredModifier and TypeClassDescriptionclassLayeredNetwork represents a layered queueing network (LQN) model for performance analysis of distributed and multi-tiered software systems. -
Uses of Model in jline.lang.workflow
Subclasses of Model in jline.lang.workflowModifier and TypeClassDescriptionclassA computational workflow that can be converted to a phase-type distribution. -
Uses of Model in jline.solvers
Fields in jline.solvers declared as ModelConstructors in jline.solvers with parameters of type ModelModifierConstructorDescriptionprotectedSolver(Model model, String name, SolverOptions options) Constructs a solver with the specified model, name, and options.
Environmentinstead.