public class IT2_Antecedent
extends java.lang.Object
Constructor and Description |
---|
IT2_Antecedent(IntervalT2MF_Interface m,
Input i) |
IT2_Antecedent(java.lang.String name,
IntervalT2MF_Interface m,
Input i) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
Tuple |
getFS() |
Input |
getInput() |
Tuple |
getMax(int tNorm)
Returns the arg sup of the t-norm between the membership function of the antecedent and the
membership function of the input (in case of NSF)
|
IntervalT2MF_Interface |
getMF() |
java.lang.String |
getName() |
IntervalT2MF_Interface |
getSet() |
void |
setInput(Input input) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public IT2_Antecedent(IntervalT2MF_Interface m, Input i)
public IT2_Antecedent(java.lang.String name, IntervalT2MF_Interface m, Input i)
public IntervalT2MF_Interface getMF()
public Tuple getFS()
public void setInput(Input input)
public Input getInput()
public IntervalT2MF_Interface getSet()
public java.lang.String getName()
public void setName(java.lang.String name)
public Tuple getMax(int tNorm)
tnorm
- the t-norm used : product or minimumpublic java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object o) throws java.lang.ClassCastException
java.lang.ClassCastException