Uses of Interface
jline.lang.Copyable
Packages that use Copyable
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 LayeredNetwork objects
This package contains the classes used the specify Network objects
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
Classes that model the individual sections that form a Network node
-
Uses of Copyable in jline.inference.lang
Classes in jline.inference.lang that implement CopyableMethods in jline.inference.lang with type parameters of type Copyable -
Uses of Copyable in jline.lang
Classes in jline.lang that implement CopyableModifier and TypeClassDescriptionclassA class modelling a set of reachable classes for a given job (a chain)classClass where jobs perpetually loop without arriving or leaving (Closed class)classA closed signal class for modeling signals in closed queueing networks.classClass of jobs that perpetually loop at a given stationclassSuperclass for model elementsclassA set of cacheable itemsclassSuperclass representing a class of jobsclassSuperclass representing a class of jobsclassA queueing network model TABLE OF CONTENTS: 1.classClass representing an element within a Network objectclassClass summarizing the characteristics of a Network objectclassA class of jobs that arrives from the external world to the Network and, after completion, leaves itclassAn open signal class representing special customers in G-networks and related models.classClass of jobs that perpetually loop at a given stationclassA signal placeholder class that automatically resolves to OpenSignal or ClosedSignal.Methods in jline.lang with type parameters of type Copyable -
Uses of Copyable in jline.lang.constant
Classes in jline.lang.constant that implement CopyableModifier and TypeClassDescriptionclassRepresents a type of server within a heterogeneous multiserver queue. -
Uses of Copyable in jline.lang.layered
Classes in jline.lang.layered that implement CopyableModifier and TypeClassDescriptionclassAn Activity represents an individual processing step or service operation within a Task in a layered queueing network.classA task that offers caching servicesclassAn Entry represents a service interface exposed by a Task in a layered queueing network.classDeprecated.Use Task directly with setSetupTime() and setDelayOffTime() methods.classA processor that can run TasksclassA caching service that gives access to itemsclassLayeredNetwork represents a layered queueing network (LQN) model for performance analysis of distributed and multi-tiered software systems.classElement of a LayeredNetwork modelclassClass summarizing the characteristics of a LayeredNetworkclassAlias for the Host class, i.e., a processor that can run TasksclassA Task represents a software component or process in a layered queueing network that can host services (Entry objects) and runs on a Processor (Host). -
Uses of Copyable in jline.lang.nodes
Classes in jline.lang.nodes that implement CopyableModifier and TypeClassDescriptionclassA cache node that implements cache replacement policies and class switching based on cache hits and misses.classA node that switches the class of an incoming job based on a probability tableclassAn infinite server station, i.e.classA node that forks an incoming job into a set of sibling tasks.classA node that reassembles a set of sibling tasks into the original parent jobclassA node that logs passage of jobsclassSuperclass for a node element within a Network modelclassA queueing station within a Network modelclassA queueing station that processes jobs according to various scheduling strategies.classA node that routes jobs without imposing any delayclassA station with a service processclassA station with a service processclassAn abstraction of the external world jobs in open classes depart toclassAn abstraction of the external world jobs in open classes come fromclassA node that can have a stateclassA node where jobs can spend time stationing thereclassTransition as in a stochastic Petri net model -
Uses of Copyable in jline.lang.processes
Classes in jline.lang.processes that implement CopyableModifier and TypeClassDescriptionclassAn acyclic phase type distributionclassA Bernoulli distribution for modeling binary random variables.classA Binomial distributionclassA Batch Markovian Arrival Process (BMAP) BMAP is a point process where arrivals occur in batches.classAn abstract class for continuous distributionsclassA Coxian distribution with 2 phases.classA general Coxian distribution with n phases.classA Deterministic distribution taking a single constant value.classA special distribution to denote disabled service or arrival.classAn abstract class for discrete distributions.classA class for discrete distributions specified from the probability mass functionclassA discrete distribution that samples uniformly among a set of elements.classAn abstract class of a general distributionclassA Discrete Markovian Arrival Process (DMAP).classEmpirical CDF for a distributionclassAn Erlang-n distribution with n phases.classAn exponential distribution.classA Gamma distribution.classA Geometric distribution.classA Gaussian Mixture Model (GMM) distribution.classA hyper-exponential distribution.classAn Immediate distribution that always samples 0.classA Lognormal distribution.classA Markovian Arrival ProcessclassAn abstract class for marked point processesclassA Marked Markovian Arrival ProcessclassA Marked Markov-Modulated Poisson Process (M3PP)classAn abstract class for a Markovian distributionclassAn abstract class for a Markov-modulated point-processclassA Matrix Exponential (ME) distribution.classA Marked Markovian Arrival Process (MMAP) MMAP is a point process where arrivals are categorized into K different types (marks).classA Markov-Modulated Deterministic Process (MMDP) for fluid queue modeling.classA 2-state Markov-Modulated Deterministic Process.classA Markovian-modulated Poisson Process with 2 statesclassA multivariate normal (Gaussian) distribution.classA normal (Gaussian) distribution.classA Pareto distributionclassA general phase-type (PH) distributionclassA Poisson discrete distributionclassPrior distribution representing parameter uncertainty over alternative distributions.classA Rational Arrival Process (RAP) distribution.classA distribution that replays empirical data values from trace files.classAlias for the Replayer classclassA continuous Uniform distributionclassA Weibull distributionclassA Zipf-like probability distribution -
Uses of Copyable in jline.lang.sections
Classes in jline.lang.sections that implement CopyableModifier and TypeClassDescriptionclassInput buffer of a stationclassA class switcher section recording cache hits and missesclassA job class switcher based on a static probability tableclassOutput section that routes jobs to nodesclassA section that models enabling conditions in a stochastic Petri net transitionclassOutput section that models the process of firing for a transition in a Stochastic Petri net modelclassOutput section that forks incoming jobs into sibling tasksclassA service section with an infinite number of servers (pure delay).classInput section of a stationclassInput section of a join nodeclassOutput section of a Place in a Stochastic Petri net modelclassA section that forwards jobs without introducing delays in a Log nodeclassOutput section of a nodeclassA service section that processes jobs using Polling schedulingclassA preemptive service section that can interrupt lower priority jobs to serve higher priority jobs.classInput buffer of a SourceclassA general class modeling a node sectionclassA service section that processes jobsclassA section offering a serviceclassA section that forwards jobs without introducing delays in a service stationclassA server shared by multiple jobs simultaneouslyclassA class switcher that depends on its local stateclassA class switcher that does not have a local stateclassInput buffer of a Place in a Stochatic Petri net modelclassA service section of a Transition in a stochastic Petri net model -
Uses of Copyable in jline.lang.workflow
Classes in jline.lang.workflow that implement Copyable