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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(scala.collection.immutable.Seq<SequenceCommand> others) static Sequenceapply(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands) scala.collection.immutable.Seq<SequenceCommand>commands()static Sequencecreate(List<SequenceCommand> commands) Create a Sequence model from a list ofSequenceCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods 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
-