Uses of Class
org.jomc.sequences.Sequence

Uses of Sequence in org.jomc.sequences
 

Methods in org.jomc.sequences that return Sequence
Modifier and Type Method and Description
 Sequence SequenceDirectory.addSequence(Sequence sequence)
          Adds a sequence to the directory.
 Sequence Sequence.clone()
          Creates and returns a copy of this object.
 Sequence SequenceDirectory.deleteSequence(String name, long revision)
          Removes a sequence from the directory.
 Sequence SequenceDirectory.editSequence(String name, long revision, Sequence sequence)
          Updates a sequence in the directory.
 Sequence ConcurrentModificationException.getMostRecentRevision()
          Gets the most recent revision of the sequence.
 Sequence SequenceChangeEvent.getNewSequence()
          Gets the entity the old sequence is changed to.
 Sequence SequenceChangeEvent.getOldSequence()
          Gets the entity getting changed.
 Sequence SequenceExistsException.getSequence()
          Gets the sequence already known.
 Sequence SequenceDirectory.getSequence(String name)
          Gets a sequence for a given name.
 

Methods in org.jomc.sequences that return types with arguments of type Sequence
Modifier and Type Method and Description
 Set<Sequence> SequenceDirectory.searchSequences(String name)
          Searches the directory for sequences matching the given arguments.
 

Methods in org.jomc.sequences with parameters of type Sequence
Modifier and Type Method and Description
 Sequence SequenceDirectory.addSequence(Sequence sequence)
          Adds a sequence to the directory.
 int Sequence.compareTo(Sequence s)
          Compares this sequence with the specified sequence for order.
 Sequence SequenceDirectory.editSequence(String name, long revision, Sequence sequence)
          Updates a sequence in the directory.
 

Constructors in org.jomc.sequences with parameters of type Sequence
Constructor and Description
ConcurrentModificationException(Sequence sequence)
          Creates a new ConcurrentModificationException instance taking the most recent revision of the sequence to report.
SequenceChangeEvent(Object source, Sequence oldSequence, Sequence newSequence)
          Creates a new SequenceChangeEvent instance.
SequenceExistsException(Sequence sequence)
          Creates a new SequenceExistsException taking the already existing sequence.
 



Copyright © 2005-2010 The JOMC Project. All Rights Reserved.