Uses of Interface
reasoner.FuzzySet

Packages that use FuzzySet
reasoner   
 

Uses of FuzzySet in reasoner
 

Classes in reasoner that implement FuzzySet
 class Concept
          This class represents a logic Concept as a FuzzySet of Individual
 class ConcreteConcept
          This class represents a Concrete Concept, having a Trapezoid as membership function and contained in a KnowledgeBase
 class Distance
          This class represents the Role "distance"
 class Dynamic
          This class represents Concept containing DynamicInd.
 class Event
          This class represents Concept containing EventInd only.
 class Quantifier
          This class represents a trapezoidal quantifier, with non negative values only
 class Role
          This class represents a role or, more exactly, the role projection over some individual, as a fuzzy set
 class Static
          This class represents Concept containing StaticInd only.
 class Trapezoid
          This class represents a FuzzySet having trapezoidal membership function, delimited by 4 point: first and last having 0.0 value, second and third having 1.0 value.
 class ULine
          This class represents Concept containing ULineInd only.
 class ULineEvent
          This class represents the Concept of individuals being the events corresponding to the same ULine; it contains, for sake of simplicity, the corresponding ULine too.
 

Methods in reasoner with parameters of type FuzzySet
 Trapezoid Trapezoid.intersection(FuzzySet f)
          Intersection with a FuzzySet
 Quantifier Quantifier.intersection(FuzzySet f)
           
 ConcreteConcept ConcreteConcept.intersection(FuzzySet f)
          FuzzySet intersection between this ConcreteConcept and a generic FuzzySet
 Trapezoid Trapezoid.union(FuzzySet f)
          Union with a FuzzySet
 Quantifier Quantifier.union(FuzzySet f)
           
 ConcreteConcept ConcreteConcept.union(FuzzySet f)
          FuzzySet union between this ConcreteConcept and a generic FuzzySet