|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.WeightedConcept
public class WeightedConcept
Weighted concept.
| Constructor Summary | |
|---|---|
WeightedConcept(double weight,
Concept concept)
Constructor. |
|
| Method Summary | |
|---|---|
Concept |
getConcept()
Gets the concept. |
double |
getWeight()
Gets the weight. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeightedConcept(double weight,
Concept concept)
weight - A weight in [0,1].concept - A fuzzy concept.| Method Detail |
|---|
public Concept getConcept()
public double getWeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||