Uses of Class
fuzzydl.milp.Term

Packages that use Term
fuzzydl.milp   
 

Uses of Term in fuzzydl.milp
 

Methods in fuzzydl.milp that return types with arguments of type Term
 java.util.List<Term> Expression.getTerms()
          Gets the terms of the expression.
 java.util.List<Term> Inequation.getTerms()
          Gets the terms of the expression.
 

Methods in fuzzydl.milp with parameters of type Term
static Expression Expression.addTerm(Expression expr, Term term)
          Adds a term to an expression.
 void Expression.addTerm(Term term)
          Adds a term to an expression.
 

Constructors in fuzzydl.milp with parameters of type Term
Expression(double constant, Term... terms)
           
Expression(Term... terms)