Uses of Class
jline.lang.Element

Packages that use Element
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
Classes that model the individual sections that form a Network node
 
  • Uses of Element in jline.lang

    Subclasses of Element in jline.lang
    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 
    A set of cacheable items
    class 
    Superclass representing a class of jobs
    class 
    Superclass representing a class of jobs
    class 
    Class representing an element within 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.
  • Uses of Element in jline.lang.constant

    Subclasses of Element in jline.lang.constant
    Modifier and Type
    Class
    Description
    class 
    Represents a type of server within a heterogeneous multiserver queue.
  • Uses of Element in jline.lang.layered

    Subclasses of Element in jline.lang.layered
    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 
    Element of a LayeredNetwork model
    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 Element in jline.lang.nodes

    Subclasses of Element in jline.lang.nodes
    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 Element in jline.lang.sections

    Subclasses of Element in jline.lang.sections
    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 Element in jline.lang.workflow

    Subclasses of Element in jline.lang.workflow
    Modifier and Type
    Class
    Description
    class 
    A computational activity in a Workflow.