| Modifier and Type | Field and Description |
|---|---|
private Name |
name
name of the heuristic
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
returns true it the o is the same object as this
|
int |
hashCode() |
Name |
name()
gets name of the heuristic
|
java.lang.String |
toString()
toString
|
private Name name
public RuleSet(Name name)
name - Name object that contains name of the heuristicpublic Name name()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object