Package csw.params.commands
Class Sequence$
- java.lang.Object
- 
- csw.params.commands.Sequence$
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class Sequence$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Sequence$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Sequenceapply(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands)Sequencecreate(java.util.List<SequenceCommand> commands)Create a Sequence model from a list ofSequenceCommand
 
- 
- 
- 
Field Detail- 
MODULE$public static final Sequence$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
applypublic Sequence apply(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands) 
 - 
createpublic Sequence create(java.util.List<SequenceCommand> commands) Create a Sequence model from a list ofSequenceCommand- Parameters:
- commands- (undocumented)
- Returns:
- (undocumented)
 
 
- 
 
-