Uses of Class
jline.lang.layered.LayeredNetworkElement
Packages that use LayeredNetworkElement
Package
Description
This package contains the classes used the specify LayeredNetwork objects
-
Uses of LayeredNetworkElement in jline.lang.layered
Subclasses of LayeredNetworkElement in jline.lang.layeredModifier 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 itemsclassAlias 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).Fields in jline.lang.layered with type parameters of type LayeredNetworkElementModifier and TypeFieldDescriptionprotected Map<Integer, LayeredNetworkElement> LayeredNetwork.nodesMethods in jline.lang.layered that return LayeredNetworkElementModifier and TypeMethodDescriptionLayeredNetwork.getNodeByName(String nodeName) Retrieves a network element by its name.Methods in jline.lang.layered with parameters of type LayeredNetworkElementModifier and TypeMethodDescriptionLayeredNetwork.getNodeIndex(LayeredNetworkElement node) Gets the index of a network element in the node collection.