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

    • Constructor Detail

      • ServiceNodeParam

        ServiceNodeParam()
    • Method Detail

      • isEmpty

         boolean isEmpty()

        Checks if this service parameter container is empty.

        Returns:

        true if no file names are specified, false otherwise