Class CommandList

java.lang.Object
csw.params.commands.CommandList
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class CommandList extends Object implements scala.Product, Serializable
Contains a list of commands that can be sent to a sequencer

param: commands sequence of SequenceCommand

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommandList(scala.collection.immutable.Seq<SequenceCommand> commands)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    scala.collection.immutable.Seq<SequenceCommand>
     
    static String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • CommandList

      public CommandList(scala.collection.immutable.Seq<SequenceCommand> commands)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • commands

      public scala.collection.immutable.Seq<SequenceCommand> commands()