Package | Description |
---|---|
jfml.jaxb |
Methods for bindings the FML schema definition to java objects
|
jfml.membershipfunction |
Implementations of the Membership Functions
|
jfml.term |
Implementation of the different Terms (text label with an associated fuzzy set)
|
Modifier and Type | Method and Description |
---|---|
TwoParamType |
ObjectFactory.createTwoParamType()
Create an instance of
TwoParamType |
Constructor and Description |
---|
RightLinearMembershipFunction(TwoParamType p,
float domainLeft,
float domainRight)
Constructor with TwoParamType with a and b values
|
Modifier and Type | Method and Description |
---|---|
TwoParamType |
FuzzyTermType.getGaussianShape()
Gets the value of the property gaussianShape.
|
TwoParamType |
FuzzyTermType.getLeftGaussianShape()
Gets the value of the property leftGaussianShape.
|
TwoParamType |
TsukamotoTermType.getLeftGaussianShape()
Gets the value of the property leftGaussianShape.
|
TwoParamType |
FuzzyTermType.getLeftLinearShape()
Gets the value of the property leftLinearShape.
|
TwoParamType |
TsukamotoTermType.getLeftLinearShape()
Gets the value of the property leftLinearShape.
|
TwoParamType |
FuzzyTermType.getPiShape()
Gets the value of the property piShape.
|
TwoParamType |
FuzzyTermType.getRectangularShape()
Gets the value of the property rectangularShape.
|
TwoParamType |
FuzzyTermType.getRightGaussianShape()
Gets the value of the property rightGaussianShape.
|
TwoParamType |
TsukamotoTermType.getRightGaussianShape()
Gets the value of the property rightGaussianShape.
|
TwoParamType |
FuzzyTermType.getRightLinearShape()
Gets the value of the property rightLinearShape.
|
TwoParamType |
TsukamotoTermType.getRightLinearShape()
Gets the value of the property rightLinearShape.
|
TwoParamType |
FuzzyTermType.getSShape()
Gets the value of the property sShape.
|
TwoParamType |
TsukamotoTermType.getSShape()
Gets the value of the property sShape.
|
TwoParamType |
FuzzyTermType.getZShape()
Gets the value of the property zShape.
|
TwoParamType |
TsukamotoTermType.getZShape()
Gets the value of the property zShape.
|
Modifier and Type | Method and Description |
---|---|
void |
FuzzyTermType.setGaussianShape(TwoParamType value)
Sets the value of the property gaussianShape.
|
void |
FuzzyTermType.setLeftGaussianShape(TwoParamType value)
Sets the value of the property leftGaussianShape.
|
void |
TsukamotoTermType.setLeftGaussianShape(TwoParamType value)
Sets the value of the property leftGaussianShape.
|
void |
FuzzyTermType.setLeftLinearShape(TwoParamType value)
Sets the value of the property leftLinearShape.
|
void |
TsukamotoTermType.setLeftLinearShape(TwoParamType value)
Sets the value of the property leftLinearShape.
|
void |
FuzzyTermType.setPiShape(TwoParamType value)
Sets the value of the property piShape.
|
void |
FuzzyTermType.setRectangularShape(TwoParamType value)
Sets the value of the property rectangularShape.
|
void |
FuzzyTermType.setRightGaussianShape(TwoParamType value)
Sets the value of the property rightGaussianShape.
|
void |
TsukamotoTermType.setRightGaussianShape(TwoParamType value)
Sets the value of the property rightGaussianShape.
|
void |
FuzzyTermType.setRightLinearShape(TwoParamType value)
Sets the value of the property rightLinearShape.
|
void |
TsukamotoTermType.setRightLinearShape(TwoParamType value)
Sets the value of the property rightLinearShape.
|
void |
FuzzyTermType.setSShape(TwoParamType value)
Sets the value of the property sShape.
|
void |
TsukamotoTermType.setSShape(TwoParamType value)
Sets the value of the property sShape.
|
void |
FuzzyTermType.setZShape(TwoParamType value)
Sets the value of the property zShape.
|
void |
TsukamotoTermType.setZShape(TwoParamType value)
Sets the value of the property zShape.
|