Package | Description |
---|---|
generalType2zSlices.system |
Modifier and Type | Method and Description |
---|---|
GenT2z_Consequent[] |
GenT2z_Rule.getConsequents() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<GenT2z_Consequent> |
GenT2z_Rule.getConsequentIterator() |
java.util.Iterator<GenT2z_Consequent> |
GenT2z_Rule.getConsequentsIterator() |
Constructor and Description |
---|
GenT2z_Rule(GenT2z_Antecedent[] antecedents,
GenT2z_Consequent consequent)
Creates a new instance of GenT2_Rule with a single consequent.
|
GenT2z_Rule(GenT2z_Antecedent[] antecedents,
GenT2z_Consequent[] consequents)
Creates a new instance of GenT2_Rule with one or more consequent(s).
|