Uses of Interface
net.sourceforge.jfl.core.IFuzzySet

Packages that use IFuzzySet
net.sourceforge.jfl.core   
net.sourceforge.jfl.core.operators   
 

Uses of IFuzzySet in net.sourceforge.jfl.core
 

Subinterfaces of IFuzzySet in net.sourceforge.jfl.core
 interface IFuzzyRelationship<T extends ICartesianProduct>
          Represents a fuzzy relationship.
 

Classes in net.sourceforge.jfl.core that implement IFuzzySet
 class DiscreteFuzzySet<T>
          This class implements the IFuzzySet interface, backed by a HashMap instance.
 class DoubleInterpolatedFuzzySet
          This class implements the IFuzzySet interface over Double typa members.
 

Methods in net.sourceforge.jfl.core that return IFuzzySet
 IFuzzySet<T> IFuzzySet.and(IFuzzySet<T> anotherSet)
          Performs a fuzzy logic and between this fuzzy set and the given one
 IFuzzySet<T> IFuzzySet.complement()
          Return a fuzzy set represents the complentary of the set.
 IFuzzySet<T> IFuzzySet.or(IFuzzySet<T> anotherSet)
          Performs a fuzzy logic or between this fuzzy set and the given one
 

Methods in net.sourceforge.jfl.core with parameters of type IFuzzySet
 DoubleInterpolatedFuzzySet DoubleInterpolatedFuzzySet.and(IFuzzySet<java.lang.Double> anotherSet)
           
 DiscreteFuzzySet<T> DiscreteFuzzySet.and(IFuzzySet<T> anotherSet)
           
 IFuzzySet<T> IFuzzySet.and(IFuzzySet<T> anotherSet)
          Performs a fuzzy logic and between this fuzzy set and the given one
 DoubleInterpolatedFuzzySet DoubleInterpolatedFuzzySet.or(IFuzzySet<java.lang.Double> anotherSet)
           
 DiscreteFuzzySet<T> DiscreteFuzzySet.or(IFuzzySet<T> anotherSet)
           
 IFuzzySet<T> IFuzzySet.or(IFuzzySet<T> anotherSet)
          Performs a fuzzy logic or between this fuzzy set and the given one
 

Uses of IFuzzySet in net.sourceforge.jfl.core.operators
 

Methods in net.sourceforge.jfl.core.operators that return IFuzzySet
 IFuzzySet<T> FuzzySets.and(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> IFuzzySets.and(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs a fuzzy logic and between this fuzzy set and the given one
 IFuzzySet<T> FuzzySets.intersect(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> IFuzzySets.intersect(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs the fuzzy intersection between this fuzzy set and the given one.
 IFuzzySet<T> FuzzySets.or(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> IFuzzySets.or(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs a fuzzy logic or between this fuzzy set and the given one
 IFuzzySet<T> FuzzySets.union(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> IFuzzySets.union(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs the fuzzy union between this fuzzy set and the given one.
 

Methods in net.sourceforge.jfl.core.operators with parameters of type IFuzzySet
 IFuzzySet<T> FuzzySets.and(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> FuzzySets.and(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> IFuzzySets.and(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs a fuzzy logic and between this fuzzy set and the given one
 IFuzzySet<T> IFuzzySets.and(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs a fuzzy logic and between this fuzzy set and the given one
 IFuzzySet<T> FuzzySets.intersect(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> FuzzySets.intersect(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> IFuzzySets.intersect(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs the fuzzy intersection between this fuzzy set and the given one.
 IFuzzySet<T> IFuzzySets.intersect(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs the fuzzy intersection between this fuzzy set and the given one.
 IFuzzySet<T> FuzzySets.or(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> FuzzySets.or(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> IFuzzySets.or(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs a fuzzy logic or between this fuzzy set and the given one
 IFuzzySet<T> IFuzzySets.or(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs a fuzzy logic or between this fuzzy set and the given one
 IFuzzySet<T> FuzzySets.union(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> FuzzySets.union(IFuzzySet<T> a, IFuzzySet<T> b)
           
 IFuzzySet<T> IFuzzySets.union(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs the fuzzy union between this fuzzy set and the given one.
 IFuzzySet<T> IFuzzySets.union(IFuzzySet<T> a, IFuzzySet<T> b)
          Performs the fuzzy union between this fuzzy set and the given one.
 



Copyright © 2000 Dummy Corp. All Rights Reserved.