Class Interval<S extends Number>

java.lang.Object
org.tweetyproject.math.Interval<S>
Type Parameters:
S - the (number-)type of the elements in this interval
All Implemented Interfaces:
Iterable<S>, Collection<S>, Set<S>, NumberSet<S>

public class Interval<S extends Number> extends Object implements NumberSet<S>
This class contains a set of closed set (interval) of possible numbers
Author:
Bastian Wolf