Package csw.params.commands
Class Sequence
- java.lang.Object
-
- csw.params.commands.Sequence
-
- All Implemented Interfaces:
CommandSerializable,java.io.Serializable,scala.Equals,scala.Product
public final class Sequence extends java.lang.Object implements CommandSerializable, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Sequence(Id runId, scala.collection.immutable.Seq<SequenceCommand> commands)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Sequenceadd(Sequence other)Sequenceadd(scala.collection.immutable.Seq<SequenceCommand> others)static Sequenceapply(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands)scala.collection.immutable.Seq<SequenceCommand>commands()IdrunId()
-
-
-
Constructor Detail
-
Sequence
public Sequence(Id runId, scala.collection.immutable.Seq<SequenceCommand> commands)
-
-
Method Detail
-
apply
public static Sequence apply(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands)
-
runId
public Id runId()
-
commands
public scala.collection.immutable.Seq<SequenceCommand> commands()
-
add
public Sequence add(scala.collection.immutable.Seq<SequenceCommand> others)
-
-