Package jline.lang.nodeparam
Class ServiceNodeParam
java.lang.Object
jline.lang.NodeParam
jline.lang.nodeparam.ServiceNodeParam
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueueNodeParam,TransitionNodeParam
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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of file names or identifiers for external service definitionsFields inherited from class jline.lang.NodeParam
k, outlinks, patience, rlNodesNeedAction, rlStateSize, rlValueFunction, rlValueFunctionShape, weights, withMemory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Checks if this service parameter container is empty.
-
Field Details
-
fileName
List of file names or identifiers for external service definitions
-
-
Constructor Details
-
ServiceNodeParam
public ServiceNodeParam()
-
-
Method Details