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 |
---|---|
PointType |
ObjectFactory.createPointType()
Create an instance of
PointType |
Modifier and Type | Method and Description |
---|---|
java.util.List<PointType> |
PointSetMonotonicShapeType.getPoints()
Gets the value of the point property.
|
java.util.List<PointType> |
PointSetShapeType.getPoints()
Gets the value of the point property.
|
Modifier and Type | Method and Description |
---|---|
void |
PointSetMonotonicShapeType.addPoint(PointType p)
Add a point to the list
|
int |
PointType.compare(PointType o1,
PointType o2) |
Modifier and Type | Method and Description |
---|---|
void |
PointSetMonotonicShapeType.setPoints(java.util.List<PointType> points)
Set points
|
Constructor and Description |
---|
PointSetMonotonicShapeType(float domainLeft,
float domainRight,
java.util.List<PointType> points) |
PointSetMonotonicShapeType(java.util.List<PointType> points) |
PointSetShapeType(float domainLeft,
float domainRight,
java.util.List<PointType> points)
Constructor with left and right domain and a list of PointType
|
PointSetShapeType(java.util.List<PointType> points)
Constructor with a list of PointType
|
Constructor and Description |
---|
FuzzyTermType(java.lang.String name,
int type,
java.util.List<PointType> points)
Constructor of a PointSet term using the name and a list of PointType
|
TsukamotoTermType(java.lang.String name,
int type,
java.util.List<PointType> param)
Constructor of a PointSet term using the name and a list of PointType
|