Package | Description |
---|---|
generalType2zSlices.system | |
intervalType2.system | |
type1.system |
Modifier and Type | Method and Description |
---|---|
Input |
GenT2z_Antecedent.getInput() |
Input[] |
GenT2z_Rule.getInputs()
Returns the inputs of the antecedents used in the current rule.
|
Constructor and Description |
---|
GenT2z_Antecedent(java.lang.String name,
GenT2zMF_Interface set,
Input input)
Creates a new instance of Antecedent which uses an Input object.
|
Modifier and Type | Method and Description |
---|---|
Input |
IT2_Antecedent.getInput() |
Input[] |
IT2_Rule.getInputs()
Returns the inputs of the antecedents used in the current rule.
|
Input[] |
IT2_Rulebase.getInputs()
This method assumes all rules use the same (and all) inputs.
|
Modifier and Type | Method and Description |
---|---|
void |
IT2_Antecedent.setInput(Input input) |
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 |
---|---|
Input |
T1_Antecedent.getInput() |
Input[] |
T1_Rule.getInputs()
Returns the inputs of the antecedents used in the current rule.
|
Input[] |
T1_Rulebase.getInputs()
This method assumes all rules use the same (and all) inputs.
|
Constructor and Description |
---|
T1_Antecedent(java.lang.String name,
T1MF_Interface mF,
Input input)
Creates a new instance of Antecedent
|
T1_Antecedent(T1MF_Interface mF,
Input input)
Creates a new instance of Antecedent
|