Package | Description |
---|---|
generalType2zSlices.system |
Modifier and Type | Method and Description |
---|---|
GenT2z_Antecedent[] |
GenT2z_Rule.getAntecedents() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<GenT2z_Rule> |
GenT2z_Rulebase.getRulesWithAntecedents(GenT2z_Antecedent[] antecedents)
Returns all rules with a matching (i.e. equal) set of antecedents.
|
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).
|