Uses of Class
reasoner.Trapezoid

Packages that use Trapezoid
reasoner   
 

Uses of Trapezoid in reasoner
 

Subclasses of Trapezoid in reasoner
 class ConcreteConcept
          This class represents a Concrete Concept, having a Trapezoid as membership function and contained in a KnowledgeBase
 class Quantifier
          This class represents a trapezoidal quantifier, with non negative values only
 

Methods in reasoner that return Trapezoid
 Trapezoid Trapezoid.diff(Trapezoid t)
          Fuzzy Set difference between this Trapezoid and a second one
 Trapezoid Trapezoid.intersection(FuzzySet f)
          Intersection with a FuzzySet
 Trapezoid Trapezoid.prod(Trapezoid t)
          Fuzzy Set product between this Trapezoid and a second one
 Trapezoid Trapezoid.ratio(Trapezoid t)
          Fuzzy Set ratio between this Trapezoid and a second one.
 Trapezoid Trapezoid.sum(Trapezoid t)
          Fuzzy Set sum between this Trapezoid and a second one
 Trapezoid Trapezoid.union(FuzzySet f)
          Union with a FuzzySet
 

Methods in reasoner with parameters of type Trapezoid
 Trapezoid Trapezoid.diff(Trapezoid t)
          Fuzzy Set difference between this Trapezoid and a second one
 Trapezoid Trapezoid.prod(Trapezoid t)
          Fuzzy Set product between this Trapezoid and a second one
 Trapezoid Trapezoid.ratio(Trapezoid t)
          Fuzzy Set ratio between this Trapezoid and a second one.
 Trapezoid Trapezoid.sum(Trapezoid t)
          Fuzzy Set sum between this Trapezoid and a second one