Interface SequenceAccessor.SequenceMutator

All Known Subinterfaces:
SequenceAccessor.SequenceProperty
Enclosing interface:
SequenceAccessor

public static interface SequenceAccessor.SequenceMutator
Provides a mutator for a segment property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSequence(Sequence aSequence)
    Sets the segment for the segment property.
  • Method Details

    • setSequence

      void setSequence(Sequence aSequence)
      Sets the segment for the segment property.
      Parameters:
      aSequence - The segment to be stored by the segment property.