Uses of Class
net.sourceforge.fuzzyservices.beans.Operator

Packages that use Operator
net.sourceforge.fuzzyservices.beans   
net.sourceforge.fuzzyservices.beans.swing   
 

Uses of Operator in net.sourceforge.fuzzyservices.beans
 

Methods in net.sourceforge.fuzzyservices.beans that return Operator
static Operator OperatorUtils.convert(net.sourceforge.fuzzyservices.core.AbstractOperator operator)
          Converts the operator to an operator bean.
 Operator RuleBase.getAccumulationOperator()
          Returns the accumulation operator of this rule base.
 Operator Rule.getAggregationOperator()
          Returns the aggregation operator of this rule.
 Operator Rule.getCertaintyOperator()
          Returns the certainty operator of this rule.
 Operator Antecedent.getCompatibilityOperator()
          Returns the compatibility operator of this antecedent.
 Operator Rule.getInferenceOperator()
          Returns the inference operator of this rule.
 

Methods in net.sourceforge.fuzzyservices.beans with parameters of type Operator
static net.sourceforge.fuzzyservices.core.AbstractOperator OperatorUtils.convert(Operator operator)
          Converts the operator bean to a basic operator.
static String JavaInitializationStringFormatter.getJavaInitializationStringForOperator(Operator operator)
          Returns Java code for creating operator.
 void RuleBase.setAccumulationOperator(Operator newAccumulationOperator)
          Sets the accumulation operator of this rule base.
 void Rule.setAggregationOperator(Operator newAggregationOperator)
          Sets the aggregation operator of this rule.
 void Rule.setCertaintyOperator(Operator newCertaintyOperator)
          Sets the certainty operator of this rule.
 void Antecedent.setCompatibilityOperator(Operator compatibilityOp)
          Sets the compatibility operator of this rule.
 void Rule.setInferenceOperator(Operator anInferenceOperator)
          Sets the inference operator of this rule.
 

Constructors in net.sourceforge.fuzzyservices.beans with parameters of type Operator
Antecedent(String newLinguisticVariableName, String newLinguisticTermName, Operator newCompatibilityOperator)
          Constructs an new antecedent with specified property values.
Rule(Antecedent[] newAntecedents, Consequent[] newConsequents, Operator newAggregationOperator, Operator newInferenceOperator, Operator newCertaintyOperator, float newCertainty)
          Constructs a new rule with specified property values.
 

Uses of Operator in net.sourceforge.fuzzyservices.beans.swing
 

Constructors in net.sourceforge.fuzzyservices.beans.swing with parameters of type Operator
OperatorBeanModel(Operator operator)
           
 



Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.