Class AbstractElement<T>

  • Type Parameters:
    T - the derived type
    All Implemented Interfaces:
    Element<T>

    public abstract class AbstractElement<T>
    extends Object
    implements Element<T>
    Provides default implementations for all model elements.
    Author:
    aherscu
    • Constructor Detail

      • AbstractElement

        public AbstractElement()
    • Method Detail

      • fromStrings

        public T fromStrings​(String... strings)
        Description copied from interface: Element
        Deserializes this object from given strings.
        Specified by:
        fromStrings in interface Element<T>
        Parameters:
        strings - the strings from which to deserialize
        Returns:
        the deserialized object