public class Input
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
x |
Constructor and Description |
---|
Input() |
Input(java.lang.String name,
Tuple domain) |
Input(java.lang.String name,
Tuple domain,
double x) |
Input(java.lang.String name,
Tuple domain,
GenT2zMF_Interface inputMF) |
Input(java.lang.String name,
Tuple domain,
IntervalT2MF_Interface inputMF) |
Input(java.lang.String name,
Tuple domain,
T1MF_Interface inputMF) |
Modifier and Type | Method and Description |
---|---|
Tuple |
getDomain() |
double |
getInput() |
MF_Interface |
getInputMF() |
java.lang.String |
getName() |
void |
setDomain(Tuple domain) |
void |
setInput(double x)
Set the numeric input value x for this input and change its membership function
|
void |
setInputMF(GenT2zMF_Interface inputMF) |
void |
setInputMF(IntervalT2MF_Interface inputMF) |
void |
setInputMF(T1MF_Interface inputMF) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public Input(java.lang.String name, Tuple domain)
public Input(java.lang.String name, Tuple domain, double x)
public Input(java.lang.String name, Tuple domain, T1MF_Interface inputMF)
public Input(java.lang.String name, Tuple domain, IntervalT2MF_Interface inputMF)
public Input(java.lang.String name, Tuple domain, GenT2zMF_Interface inputMF)
public Input()
public java.lang.String getName()
public void setName(java.lang.String name)
public double getInput()
public Tuple getDomain()
public void setDomain(Tuple domain)
public void setInput(double x)
x
- The numeric valuepublic MF_Interface getInputMF()
public void setInputMF(T1MF_Interface inputMF)
public void setInputMF(IntervalT2MF_Interface inputMF)
public void setInputMF(GenT2zMF_Interface inputMF)
public java.lang.String toString()
toString
in class java.lang.Object