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

Packages that use LinguisticTerm
net.sourceforge.fuzzyservices.beans   
 

Uses of LinguisticTerm in net.sourceforge.fuzzyservices.beans
 

Methods in net.sourceforge.fuzzyservices.beans that return LinguisticTerm
 LinguisticTerm LinguisticVariable.getLinguisticTerm(String aName)
          Gets the linguistic term with the specified name of this linguistic variable.
 LinguisticTerm[] LinguisticVariable.getLinguisticTerms()
          Returns all linguistic terms of this linguistic variable.
 LinguisticTerm LinguisticVariable.getLinguisticTerms(int index)
          Gets the linguistic term located at the specified index of this linguistic variable.
 

Methods in net.sourceforge.fuzzyservices.beans with parameters of type LinguisticTerm
 boolean LinguisticVariable.contains(LinguisticTerm linguisticTerm)
          Tests whether or not the linguisticTerm is part of this linguistic variable.
static String JavaInitializationStringFormatter.getJavaInitializationStringForLinguisticTerm(LinguisticTerm linguisticTerm)
          Returns Java code for creating linguisticTerm.
 void LinguisticVariable.setLinguisticTerms(int index, LinguisticTerm newLinguisticTerms)
          Replaces a linguistic term of this linguistic variable.
 void LinguisticVariable.setLinguisticTerms(LinguisticTerm[] newLinguisticTerms)
          Defines new linguistic terms for this linguistic variable.
 



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