Package org.tweetyproject.math.term


package org.tweetyproject.math.term
  • Classes
    Class
    Description
    This class models the absolute value of the inner term.
     
    This class models a binary variable as a mathematical term.
    This class models an abstract constant, e.g.
    This class models a difference between two terms.
    This class implements an element for a combinatorial problem.
    This class represents an exponential expression by "e".
    This class encapsulates a float as a term.
    This class models an float variable as a mathematical term.
    Instances of this class represent fractions of two terms.
    Instances of this class represent a functional term on some inner term.
    This class encapsulates an integer as a term.
    This class models an integer variable as a mathematical term.
    Instances of this class represent application of the logarithm function on some term.
    This class models the maximum of two terms.
    This class models the minimum of two terms.
     
    This class represents a term raised to some power.
    This class models a product of two terms.
    This class represents a the nth root function
    This class models a sum of two terms.
    This class models a mathematical term.
    This class models a variable as a mathematical term.