Package | Description |
---|---|
type1.system |
Modifier and Type | Method and Description |
---|---|
T1_Consequent[] |
T1_Rule.getConsequents() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T1_Consequent> |
T1_Rule.getConsequentsIterator() |
Constructor and Description |
---|
T1_Rule(T1_Antecedent[] antecedents,
T1_Consequent consequent)
Creates a new instance of Rule with a single consequent
|
T1_Rule(T1_Antecedent[] antecedents,
T1_Consequent[] consequents)
Creates a new instance of Rule
|