Uses of Class
jline.lang.sections.Section

Packages that use Section
Package
Description
This package contains the classes used the specify Network objects
Classes that model the individual sections that form a Network node
  • Uses of Section in jline.lang.nodes

    Methods in jline.lang.nodes that return types with arguments of type Section
    Modifier and Type
    Method
    Description
    Cache.getSections()
    Gets the internal sections of this cache node.
    Gets all sections (input, server, output) that compose this node.
  • Uses of Section in jline.lang.sections

    Subclasses of Section 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 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