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 Copyable
    Modifier and Type
    Class
    Description
    class 
    Observed data for a metric.
    Methods in jline.inference.lang with type parameters of type Copyable
    Modifier and Type
    Method
    Description
    <T extends Copyable>
    T
    SampledMetric.copy()
     
  • Uses of Copyable in jline.lang

    Classes in jline.lang that implement Copyable
    Modifier and Type
    Class
    Description
    class 
    A class modelling a set of reachable classes for a given job (a chain)
    class 
    Class where jobs perpetually loop without arriving or leaving (Closed class)
    class 
    A closed signal class for modeling signals in closed queueing networks.
    class 
    Class of jobs that perpetually loop at a given station
    class 
    Superclass for model elements
    class 
    A set of cacheable items
    class 
    Superclass representing a class of jobs
    class 
    Superclass representing a class of jobs
    class 
    A queueing network model TABLE OF CONTENTS: 1.
    class 
    Class representing an element within a Network object
    class 
    Class summarizing the characteristics of a Network object
    class 
    A class of jobs that arrives from the external world to the Network and, after completion, leaves it
    class 
    An open signal class representing special customers in G-networks and related models.
    class 
    Class of jobs that perpetually loop at a given station
    class 
    A signal placeholder class that automatically resolves to OpenSignal or ClosedSignal.
    Methods in jline.lang with type parameters of type Copyable
    Modifier and Type
    Method
    Description
    default <T extends Copyable>
    T
    Copyable.copy()
    Creates a deep copy of this object using serialization.
  • Uses of Copyable in jline.lang.constant

    Classes in jline.lang.constant that implement Copyable
    Modifier and Type
    Class
    Description
    class 
    Represents a type of server within a heterogeneous multiserver queue.
  • Uses of Copyable in jline.lang.layered

    Classes in jline.lang.layered that implement Copyable
    Modifier and Type
    Class
    Description
    class 
    An Activity represents an individual processing step or service operation within a Task in a layered queueing network.
    class 
    A task that offers caching services
    class 
    An Entry represents a service interface exposed by a Task in a layered queueing network.
    class 
    Deprecated.
    Use Task directly with setSetupTime() and setDelayOffTime() methods.
    class 
    A processor that can run Tasks
    class 
    A caching service that gives access to items
    class 
    LayeredNetwork represents a layered queueing network (LQN) model for performance analysis of distributed and multi-tiered software systems.
    class 
    Element of a LayeredNetwork model
    class 
    Class summarizing the characteristics of a LayeredNetwork
    class 
    Alias for the Host class, i.e., a processor that can run Tasks
    class 
    A 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 Copyable
    Modifier and Type
    Class
    Description
    class 
    A cache node that implements cache replacement policies and class switching based on cache hits and misses.
    class 
    A node that switches the class of an incoming job based on a probability table
    class 
    An infinite server station, i.e.
    class 
    A node that forks an incoming job into a set of sibling tasks.
    class 
    A node that reassembles a set of sibling tasks into the original parent job
    class 
    A node that logs passage of jobs
    class 
    Superclass for a node element within a Network model
    class 
    A queueing station within a Network model
    class 
    A queueing station that processes jobs according to various scheduling strategies.
    class 
    A node that routes jobs without imposing any delay
    class 
    A station with a service process
    class 
    A station with a service process
    class 
    An abstraction of the external world jobs in open classes depart to
    class 
    An abstraction of the external world jobs in open classes come from
    class 
    A node that can have a state
    class 
    A node where jobs can spend time stationing there
    class 
    Transition as in a stochastic Petri net model
  • Uses of Copyable in jline.lang.processes

    Classes in jline.lang.processes that implement Copyable
    Modifier and Type
    Class
    Description
    class 
    An acyclic phase type distribution
    class 
    A Bernoulli distribution for modeling binary random variables.
    class 
    A Binomial distribution
    class 
    A Batch Markovian Arrival Process (BMAP) BMAP is a point process where arrivals occur in batches.
    class 
    An abstract class for continuous distributions
    class 
    A Coxian distribution with 2 phases.
    class 
    A general Coxian distribution with n phases.
    class 
    A Deterministic distribution taking a single constant value.
    class 
    A special distribution to denote disabled service or arrival.
    class 
    An abstract class for discrete distributions.
    class 
    A class for discrete distributions specified from the probability mass function
    class 
    A discrete distribution that samples uniformly among a set of elements.
    class 
    An abstract class of a general distribution
    class 
    A Discrete Markovian Arrival Process (DMAP).
    class 
    Empirical CDF for a distribution
    class 
    An Erlang-n distribution with n phases.
    class 
    An exponential distribution.
    class 
    A Gamma distribution.
    class 
    A Geometric distribution.
    class 
    A Gaussian Mixture Model (GMM) distribution.
    class 
    A hyper-exponential distribution.
    class 
    An Immediate distribution that always samples 0.
    class 
    A Lognormal distribution.
    class 
    A Markovian Arrival Process
    class 
    An abstract class for marked point processes
    class 
    A Marked Markovian Arrival Process
    class 
    A Marked Markov-Modulated Poisson Process (M3PP)
    class 
    An abstract class for a Markovian distribution
    class 
    An abstract class for a Markov-modulated point-process
    class 
    A Matrix Exponential (ME) distribution.
    class 
    A Marked Markovian Arrival Process (MMAP) MMAP is a point process where arrivals are categorized into K different types (marks).
    class 
    A Markov-Modulated Deterministic Process (MMDP) for fluid queue modeling.
    class 
    A 2-state Markov-Modulated Deterministic Process.
    class 
    A Markovian-modulated Poisson Process with 2 states
    class 
    A multivariate normal (Gaussian) distribution.
    class 
    A normal (Gaussian) distribution.
    class 
    A Pareto distribution
    class 
    A general phase-type (PH) distribution
    class 
    A Poisson discrete distribution
    class 
    Prior distribution representing parameter uncertainty over alternative distributions.
    class 
    A Rational Arrival Process (RAP) distribution.
    class 
    A distribution that replays empirical data values from trace files.
    class 
    Alias for the Replayer class
    class 
    A continuous Uniform distribution
    class 
    A Weibull distribution
    class 
    A Zipf-like probability distribution
  • Uses of Copyable in jline.lang.sections

    Classes in jline.lang.sections that implement Copyable
    Modifier and Type
    Class
    Description
    class 
    Input buffer of a station
    class 
    A class switcher section recording cache hits and misses
    class 
    A job class switcher based on a static probability table
    class 
    Output section that routes jobs to nodes
    class 
    A section that models enabling conditions in a stochastic Petri net transition
    class 
    Output section that models the process of firing for a transition in a Stochastic Petri net model
    class 
    Output section that forks incoming jobs into sibling tasks
    class 
    A service section with an infinite number of servers (pure delay).
    class 
    Input section of a station
    class 
    Input section of a join node
    class 
    Output section of a Place in a Stochastic Petri net model
    class 
    A section that forwards jobs without introducing delays in a Log node
    class 
    Output section of a node
    class 
    A service section that processes jobs using Polling scheduling
    class 
    A preemptive service section that can interrupt lower priority jobs to serve higher priority jobs.
    class 
    Input buffer of a Source
    class 
    A general class modeling a node section
    class 
    A service section that processes jobs
    class 
    A section offering a service
    class 
    A section that forwards jobs without introducing delays in a service station
    class 
    A server shared by multiple jobs simultaneously
    class 
    A class switcher that depends on its local state
    class 
    A class switcher that does not have a local state
    class 
    Input buffer of a Place in a Stochatic Petri net model
    class 
    A 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
    Modifier and Type
    Class
    Description
    class 
    A computational activity in a Workflow.