Package csw.params.commands
Class Sequence
java.lang.Object
csw.params.commands.Sequence
- All Implemented Interfaces:
CommandSerializable
,Serializable
,scala.Equals
,scala.Product
public final class Sequence
extends Object
implements CommandSerializable, scala.Product, Serializable
a sequence of
SequenceCommand
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(scala.collection.immutable.Seq<SequenceCommand> others) static Sequence
apply
(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands) scala.collection.immutable.Seq<SequenceCommand>
commands()
static Sequence
create
(List<SequenceCommand> commands) Create a Sequence model from a list ofSequenceCommand
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
-
Sequence
-
-
Method Details
-
apply
public static Sequence apply(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands) -
create
Create a Sequence model from a list ofSequenceCommand
- Parameters:
commands
- (undocumented)- Returns:
- (undocumented)
-
commands
-
add
-
add
-