The interface that all the elements that can form a
Text
must
implement. Namely, a
Text
is defined as a list of
Sentence
s
and the
Space
s separating them, both of which extend this interface.
This way, end classes implementing this interface should also implement
either of those two.