Uses of Class
jline.lang.Element

Packages that use Element
Package
Description
Abstractions to declare basic elements of a model.
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 
    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 
    Class of jobs that perpetually loop at a given station
  • Uses of Element in jline.lang.layered

    Subclasses of Element in jline.lang.layered
    Modifier and Type
    Class
    Description
    class 
    An element modeling an individual service activity
    class 
    A task that offers caching services
    class 
    Service exposed by a Task object
    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 LayeredNetwork entity that can host services specified in the form of Entry objects and that runs on a Host
  • Uses of Element in jline.lang.nodes

    Subclasses of Element in jline.lang.nodes
    Modifier and Type
    Class
    Description
    class 
    A class switch node based on cache hits or 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 within a Network model
    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
    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