Package | Description |
---|---|
jfml.jaxb |
Methods for bindings the FML schema definition to java objects
|
jfml.knowledgebase.variable |
The variables of the KnowledgeBase
|
Modifier and Type | Method and Description |
---|---|
AggregatedFuzzyTermType |
ObjectFactory.createAggregatedFuzzyTermType()
Create an instance of
AggregatedFuzzyTermType |
Modifier and Type | Method and Description |
---|---|
AggregatedFuzzyTermType |
AggregatedFuzzyVariableType.getAggregatedFuzzyTerm(int i)
Returns the i-th AggregatedFuzzyTermType
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AggregatedFuzzyTermType> |
AggregatedFuzzyVariableType.getTerms()
Gets the value of the aggregatedFuzzyTerm property.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregatedFuzzyVariableType.addAggregatedFuzzyTerm(AggregatedFuzzyTermType aft)
Add a AggregatedFuzzyTermType
|