org.sazonov.fuzzy.engine
Class Factory
java.lang.Object
org.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)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)