|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the elements stored in both the FuzzySet operands.public interface IFuzzySets<T>
| 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. |
| Method Detail |
|---|
IFuzzySet<T> and(IFuzzySet<T> a,
IFuzzySet<T> b)
y - the fuzzy set to perform the fuzzy logic and with
IFuzzySet<T> or(IFuzzySet<T> a,
IFuzzySet<T> b)
y - the fuzzy set to perform the fuzzy logic or with
IFuzzySet<T> intersect(IFuzzySet<T> a,
IFuzzySet<T> b)
anotherSet - the fuzzy set to insersect this fuzzy set with
IFuzzyRelationship compose(IFuzzyRelationship relA,
IFuzzyRelationship relB)
rel - the fuzzy relationship to compose with this fuzzy set.
IFuzzySet<T> union(IFuzzySet<T> a,
IFuzzySet<T> b)
anotherSet - the fuzzy set to insersect this fuzzy set with.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||