Package jline.lang.nodeparam
Class ServiceNodeParam
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ServiceNodeParam extends NodeParam
Parameter container for service nodes in queueing networks.
This class stores configuration parameters for service nodes that process jobs according to externally defined service specifications. Service nodes can reference external files or configurations that define their behavior.
- Since:
1.0
-
-
Field Summary
Fields Modifier and Type Field Description public List<String>fileNamepublic Map<JobClass, Matrix>weightspublic Map<JobClass, Matrix>outlinkspublic Map<JobClass, Matrix>withMemorypublic Map<JobClass, Integer>kpublic PollingTypepollingTypepublic IntegerpollingParpublic Map<JobClass, Distribution>switchoverTime
-
Constructor Summary
Constructors Constructor Description ServiceNodeParam()
-