reasoner
Interface FuzzySet

All Known Implementing Classes:
Concept, ConcreteConcept, Distance, Dynamic, Event, Quantifier, Role, Static, Trapezoid, ULine, ULineEvent

public interface FuzzySet

This interface represents the generic fuzzy set.

Author:
marco furlan

Method Summary
 java.lang.Integer card(java.lang.Double alpha, java.lang.String mode)
          Gives the integer cardinality at the given alpha level.
 java.util.TreeSet<java.lang.Double> getLambda()
          Gives Lambda, the alpha level set for membership values
 

Method Detail

getLambda

java.util.TreeSet<java.lang.Double> getLambda()
Gives Lambda, the alpha level set for membership values

Returns:
Lambda as a TreeSet

card

java.lang.Integer card(java.lang.Double alpha,
                       java.lang.String mode)
Gives the integer cardinality at the given alpha level. The String mode operates selection over Individuals.

Parameters:
alpha - the given alpha level
mode - the selecting String
Returns:
the cardinality