org.sazonov.fuzzy.engine
Class Factory

java.lang.Object
  extended byorg.sazonov.fuzzy.engine.Factory

public class Factory
extends java.lang.Object

This class was added to Ed's original code to facilitate extending the package with new or changed funcitonality.

Version:
12/19/2003 Original, v0.2, Nazario Irizarry (naz-irizarry@excite.com)

Method Summary
static Factory getFactory()
           
 FuzzyState makeFuzzyState()
           
 LinguisticVariable makeLinguisticVariable(java.lang.String name)
           
 MembershipFunction makeMembershipFunction(java.lang.String name_in, double[] range_in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static Factory getFactory()

makeLinguisticVariable

public LinguisticVariable makeLinguisticVariable(java.lang.String name)

makeFuzzyState

public FuzzyState makeFuzzyState()

makeMembershipFunction

public MembershipFunction makeMembershipFunction(java.lang.String name_in,
                                                 double[] range_in)