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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
fromStrings(String... strings)
Deserializes this object from given strings.
-