net.sourceforge.fuzzyservices.beans.swing
Class MembershipFunctionBeanModel
java.lang.Object
net.sourceforge.fuzzyservices.swing.AbstractMembershipFunctionModel
net.sourceforge.fuzzyservices.beans.swing.MembershipFunctionBeanModel
- All Implemented Interfaces:
- net.sourceforge.fuzzyservices.swing.MembershipFunctionModel
public class MembershipFunctionBeanModel
- extends net.sourceforge.fuzzyservices.swing.AbstractMembershipFunctionModel
- Author:
- Uwe Weng
| Fields inherited from class net.sourceforge.fuzzyservices.swing.AbstractMembershipFunctionModel |
changeEvent, listenerList |
| Methods inherited from class net.sourceforge.fuzzyservices.swing.AbstractMembershipFunctionModel |
addChangeListener, addPropertyChangeListener, fireStateChanged, getChangeListeners, getListeners, isEnabled, removeChangeListener, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MembershipFunctionBeanModel
public MembershipFunctionBeanModel(MembershipFunction membershipFunction)
- Creates a new instance of MembershipFunctionBeanModel.
- Parameters:
membershipFunction - the source of this model
getXValues
public float[] getXValues()
getDegreeOfMembership
public final float getDegreeOfMembership(float x)
addPoint
public final void addPoint(float x,
float y)
removePointAt
public final void removePointAt(float x)
getDefuzzifiedValue
public final float getDefuzzifiedValue()
Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.