Interface Element<T>

  • Type Parameters:
    T - the derived type
    All Known Implementing Classes:
    AbstractElement

    public interface Element<T>
    Root of all model elements.
    Author:
    aherscu
    • Method Detail

      • fromStrings

        T fromStrings​(String... strings)
        Deserializes this object from given strings.
        Parameters:
        strings - the strings from which to deserialize
        Returns:
        the deserialized object