public interface Answer
This is the generic interface used to represent the answer that can be given to a prompt. This is an empty interface inherited by the following interfaces:
SingleValueAnswer that represents a simple answer with only one valueIntervalAnswer that represents a set of answers defined by an interval of two valuesMultipleValueAnswer that represents a list of values