fuzzydl
Class Label

java.lang.Object
  extended by fuzzydl.Label

public class Label
extends java.lang.Object

Label (weighted concept used in created individuals).


Constructor Summary
Label(Concept concept, Degree weight)
           
 
Method Summary
 boolean equals(Label cw)
          Indicates whether some other object is "equal to" this one.
 java.lang.String getName()
          Gets the name of the label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Label

public Label(Concept concept,
             Degree weight)
Method Detail

getName

public java.lang.String getName()
Gets the name of the label.

Returns:
Name of the label.

equals

public boolean equals(Label cw)
Indicates whether some other object is "equal to" this one.

Parameters:
cw - The reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.