|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jfl.core.operators.FuzzySets<T>
T
- the type of the elements stored in both the FuzzySet operands.public class FuzzySets<T>
Naive implementation.
Constructor Summary | |
---|---|
FuzzySets()
|
Method Summary | |
---|---|
IFuzzySet<T> |
and(IFuzzySet<T> a,
IFuzzySet<T> b)
Performs a fuzzy logic and between this fuzzy set and the given one |
IFuzzyRelationship |
compose(IFuzzyRelationship relA,
IFuzzyRelationship relB)
Performs composition between fuzzy relationships. |
IFuzzySet<T> |
intersect(IFuzzySet<T> a,
IFuzzySet<T> b)
Performs the fuzzy intersection between this fuzzy set and the given one. |
IFuzzySet<T> |
or(IFuzzySet<T> a,
IFuzzySet<T> b)
Performs a fuzzy logic or between this fuzzy set and the given one |
IFuzzySet<T> |
union(IFuzzySet<T> a,
IFuzzySet<T> b)
Performs the fuzzy union between this fuzzy set and the given one. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FuzzySets()
Method Detail |
---|
public final IFuzzySet<T> and(IFuzzySet<T> a, IFuzzySet<T> b)
IFuzzySets
and
in interface IFuzzySets<T>
public final IFuzzyRelationship compose(IFuzzyRelationship relA, IFuzzyRelationship relB)
IFuzzySets
compose
in interface IFuzzySets<T>
public final IFuzzySet<T> intersect(IFuzzySet<T> a, IFuzzySet<T> b)
IFuzzySets
intersect
in interface IFuzzySets<T>
public final IFuzzySet<T> or(IFuzzySet<T> a, IFuzzySet<T> b)
IFuzzySets
or
in interface IFuzzySets<T>
public final IFuzzySet<T> union(IFuzzySet<T> a, IFuzzySet<T> b)
IFuzzySets
union
in interface IFuzzySets<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |