Interface BatchList

    • Method Detail

      • clear

        void clear()
        Remove all entities in the list.
      • create

        BatchFeature create​(java.lang.String tag,
                            java.lang.String type)
        Creates a batch job.
        Parameters:
        tag - Batch job tag.
        type - Batch job type: Parametric, Batch, or Cluster.
        Returns:
        Created batch job.
      • feature

        BatchFeatureList feature()
        Returns the tasks of a batch job.
        Returns:
        List of tasks.
      • get

        BatchFeature get​(java.lang.String tag)
        Returns a batch job.
        Parameters:
        tag - Batch job tag.
        Returns:
        Batch job tag.
      • remove

        void remove​(java.lang.String tag)
        Removes a batch job.
        Parameters:
        tag - Batch job tag.
      • size

        int size()
        Returns the number of batch jobs.
        Returns:
        Number of batch jobs.
      • tags

        java.lang.String[] tags()
        Returns the tags of the batch jobs.
        Returns:
        Batch job tags.