Uses of Class
org.tweetyproject.math.Interval
Packages that use Interval
-
Uses of Interval in org.tweetyproject.plugin.parameter
Methods in org.tweetyproject.plugin.parameter that return IntervalModifier and TypeMethodDescriptionIntegerCommandParameter.getInterval()
returns each possible selection argumentConstructors in org.tweetyproject.plugin.parameter with parameters of type IntervalModifierConstructorDescriptionIntegerCommandParameter
(String id, String des, Interval<Integer> interval) Constructs an `IntegerCommandParameter` with the specified identifier, description, and interval.