Package jline.lang.layered
Class Processor
java.lang.Object
jline.lang.Element
jline.lang.layered.LayeredNetworkElement
jline.lang.layered.Host
jline.lang.layered.Processor
- All Implemented Interfaces:
Serializable
Alias for the Host class, i.e., a processor that can run Tasks
- See Also:
-
Field Summary
Fields inherited from class jline.lang.layered.Host
multiplicity, quantum, replication, scheduling, speedFactor, tasks
-
Constructor Summary
ConstructorDescriptionProcessor
(LayeredNetwork myLN, String name) Processor
(LayeredNetwork myLN, String name, int multiplicity) Processor
(LayeredNetwork myLN, String name, int multiplicity, SchedStrategy scheduling) Processor
(LayeredNetwork myLN, String name, int multiplicity, SchedStrategy scheduling, double quantum) Processor
(LayeredNetwork myLN, String name, int multiplicity, SchedStrategy scheduling, double quantum, double speedFactor) -
Method Summary
Methods inherited from class jline.lang.layered.Host
addTask, removeTask, setReplication
-
Constructor Details
-
Processor
public Processor(LayeredNetwork myLN, String name, int multiplicity, SchedStrategy scheduling, double quantum, double speedFactor) -
Processor
public Processor(LayeredNetwork myLN, String name, int multiplicity, SchedStrategy scheduling, double quantum) -
Processor
-
Processor
-
Processor
-