Class ServiceNodeParam

java.lang.Object
jline.lang.NodeParam
jline.lang.nodeparam.ServiceNodeParam
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueueNodeParam, TransitionNodeParam

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
See Also:
  • Field Details

    • fileName

      public List<String> fileName
      List of file names or identifiers for external service definitions
  • Constructor Details

    • ServiceNodeParam

      public ServiceNodeParam()
  • Method Details

    • isEmpty

      public boolean isEmpty()
      Checks if this service parameter container is empty.
      Overrides:
      isEmpty in class NodeParam
      Returns:
      true if no file names are specified, false otherwise