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 |
---|---|
CircularDefinitionType |
ObjectFactory.createCircularDefinitionType()
Create an instance of
CircularDefinitionType |
Modifier and Type | Method and Description |
---|---|
CircularDefinitionType |
CircularDefinitionType.copy()
Copy method
|
Constructor and Description |
---|
CircularMembershipFunction(CircularDefinitionType p)
Constructor with a CircularDefinitionType as param
|
CircularMembershipFunction(CircularDefinitionType p,
float domainLeft,
float domainRight)
Constructor with a a CircularDefinitionType and the left and right domain
|
Modifier and Type | Method and Description |
---|---|
CircularDefinitionType |
FuzzyTermType.getCircularDefinition()
Gets the value of the property circularDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
FuzzyTermType.setCircularDefinition(CircularDefinitionType value)
Sets the value of the property circularDefinition.
|
Constructor and Description |
---|
FuzzyTermType(java.lang.String name,
CircularDefinitionType c)
Constructor using the name and an instance of CircularDefinitionType
|
FuzzyTermType(java.lang.String name,
java.lang.String complement,
CircularDefinitionType circular)
Constructor using the name, the complement and a CircularDefinitionType
|