Package csw.params.commands
Class CommandList
- java.lang.Object
 - 
- csw.params.commands.CommandList
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Equals,scala.Product
public final class CommandList extends java.lang.Object implements scala.Product, java.io.SerializableContains a list of commands that can be sent to a sequencerparam: commands sequence of SequenceCommand
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CommandList(scala.collection.immutable.Seq<SequenceCommand> commands) 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static Rapply(T1 v1)scala.collection.immutable.Seq<SequenceCommand>commands()static java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
CommandList
public CommandList(scala.collection.immutable.Seq<SequenceCommand> commands)
 
 - 
 
- 
Method Detail
- 
apply
public abstract static R apply(T1 v1)
 
- 
toString
public static java.lang.String toString()
 
- 
commands
public scala.collection.immutable.Seq<SequenceCommand> commands()
 
 - 
 
 -