if (currentSet.doesContain(value)) {
setArray.add((FzySet)sets.elementAt(i));
}
}
if (setArray.size() > 1) {
BinaryPredicate bp = (BinaryPredicate)
new MembershipGreaterThan((ObservableImpl) this, value);
com.objectspace.jgl.algorithms.Sorting.sort(setArray, bp);
}
} catch (Exception e) {
e.printStackTrace();