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,Copyable
Alias for the Host class, i.e., a processor that can run Tasks
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jline.lang.layered.LayeredNetworkElement
LayeredNetworkElement.LinConRow, LayeredNetworkElement.ServerPool -
Field Summary
Fields inherited from class jline.lang.layered.Host
multiplicity, quantum, replication, scheduling, speedFactor, tasksFields inherited from class jline.lang.layered.LayeredNetworkElement
ACTIVITY, CALL, ENTRY, HOST, lcdScaling, lcdScalingPeak, linConA, linConB, linConRows, ljdScaling, ljdScalingPeak, lldScaling, model, PROCESSOR, serverPools, TASK -
Constructor Summary
ConstructorsConstructorDescriptionProcessor(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, getMultiplicity, getQuantum, getReplication, getScheduling, getSpeedFactor, getTasks, removeTask, setMultiplicity, setQuantum, setReplication, setScheduling, setSpeedFactorMethods inherited from class jline.lang.layered.LayeredNetworkElement
addConstraint, addConstraintByName, addServerType, getLinearConstraints, getServerTypes, hasLinearConstraints, hasRateDependence, hasServerPools, setClassDependence, setConstraint, setJointDependence, setLoadDependence
-
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
-