|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.Modifier
public abstract class Modifier
Fuzzy modifier.
| Field Summary | |
|---|---|
protected java.lang.String |
name
Name of the modifier |
| Constructor Summary | |
|---|---|
Modifier(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the modifier. |
abstract Concept |
modify(Concept c)
Modifies a fuzzy concept |
void |
setName(java.lang.String name)
Gets the name of the modifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
| Constructor Detail |
|---|
public Modifier(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - Name of the modifier.public abstract Concept modify(Concept c)
c - A fuzzy concept
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||