Class AbstractIdentifiableElement

  • Direct Known Subclasses:
    ElementPropertyContainer

    public abstract class AbstractIdentifiableElement
    extends java.lang.Object
    The class allows to make any element identifiable so that it is possible to store some metadata for it.
    • Constructor Detail

      • AbstractIdentifiableElement

        public AbstractIdentifiableElement()
    • Method Detail

      • getSequenceId

        SequenceId getSequenceId()
        Obtains an identifier if it was set.
        Returns:
        identifier
      • setSequenceId

        void setSequenceId​(SequenceId sequenceId)
        Sets an identifier.
        Parameters:
        sequenceId - is a new identifier for the element