|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Sequence in org.jomc.sequences |
---|
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. |
Modifier and Type | Method and Description |
---|---|
Set<Sequence> |
SequenceDirectory.searchSequences(String name)
Searches the directory for sequences matching the given arguments. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |