A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

a - Variable in class fuzzydl.DefuzzifyQuery
 
a - Variable in class fuzzydl.TriangularConcreteConcept
Parameters of the funcion
abstractRoles - Variable in class fuzzydl.KnowledgeBase
Abstract roles.
add(TriangularFuzzyNumber, TriangularFuzzyNumber) - Static method in class fuzzydl.TriangularFuzzyNumber
Adds two triangular fuzzy numbers.
addAbstractFillerToShow(String, HashSet<String>) - Method in class fuzzydl.milp.ShowVariablesHelper
Shows the membership degree to some atomic concepts of the fillers of an abstract role.
addAbstractFillerToShow(String, Individual, HashSet<String>) - Method in class fuzzydl.milp.ShowVariablesHelper
Shows the membership degree to some atomic concepts of the fillers of an abstract role for some individual.
addAssertion(Assertion) - Method in class fuzzydl.KnowledgeBase
Adds a fuzzy assertion.
addAssertion(Individual, Concept, Degree) - Method in class fuzzydl.KnowledgeBase
Adds a fuzzy assertion of the form (a : C \geq 1 )
addConcept(String, FuzzyConcreteConcept) - Method in class fuzzydl.KnowledgeBase
Adds a fuzzy concept to the array of concepts in the fuzzy KB.
addConceptsDisjoint(Vector<String>) - Method in class fuzzydl.KnowledgeBase
Adds some disjoint concept axioms.
addConceptToShow(String) - Method in class fuzzydl.milp.ShowVariablesHelper
Show membership degree of every instance of an atomic concept.
addConcreteFillerToShow(String) - Method in class fuzzydl.milp.ShowVariablesHelper
Shows the value of the fillers of a concrete feature.
addConcreteFillerToShow(String, Individual) - Method in class fuzzydl.milp.ShowVariablesHelper
Shows the value of the fillers of a concrete feature for an individual.
addConcreteFillerToShow(String, Individual, ArrayList<FuzzyConcreteConcept>) - Method in class fuzzydl.milp.ShowVariablesHelper
Shows the membership degree to some fuzzy concrete concepts (representing linguistic labels of the feature), for the fillers of a concrete feature of an individual.
addConstant(Expression, Double) - Static method in class fuzzydl.milp.Expression
Adds a double constant to an expression.
addCreatedIndividual(String, CreatedIndividual) - Method in class fuzzydl.KnowledgeBase
Adds a created individual to the KB.
addDatatypeRestriction(int, Object, String) - Method in class fuzzydl.KnowledgeBase
Adds a datatype restriction of the form (restrictionType, fName, o).
addDisjointUnionConcept(Vector<String>) - Method in class fuzzydl.KnowledgeBase
Adds a disjoint union concept axiom.
addEdge(int, int) - Method in class fuzzydl.graph.Digraph
Adds the directed edge v-w to the digraph.
addEquivalenceRelation(String) - Method in class fuzzydl.KnowledgeBase
Adds a fuzzy equivalence relation.
addEquivalentConcepts(Vector<Concept>) - Method in class fuzzydl.KnowledgeBase
Adds some equivalent concept axioms.
addEquivalentRoles(Vector<String>) - Method in class fuzzydl.KnowledgeBase
Adds some equivalent funcRole axioms.
addEscapes(String) - Static method in error fuzzydl.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExpressions(Expression, Expression) - Static method in class fuzzydl.milp.Expression
Adds two expressions.
addFillerToShow(String, HashSet<String>) - Method in class fuzzydl.Individual
 
addFuzzyNumber(String, TriangularFuzzyNumber) - Method in class fuzzydl.KnowledgeBase
Adds a fuzzy number to the fuzzy KB.
addIndividual(String, Individual) - Method in class fuzzydl.KnowledgeBase
Adds a individual to the KB.
addIndividualToShow(String) - Method in class fuzzydl.milp.ShowVariablesHelper
Shows the value of an individual to every atomic concept.
addInverseRoles(String, String) - Method in class fuzzydl.KnowledgeBase
Adds an inverse funcRole axiom.
addModifier(String, Modifier) - Method in class fuzzydl.KnowledgeBase
Adds a fuzzy modifier to the fuzzy KB.
addNegativeRelation(String, Individual, Degree) - Method in class fuzzydl.Individual
Adds a negative relation to the individual.
addNewConstraint(Expression, int) - Method in class fuzzydl.milp.MILPHelper
Add a new inequality of the form: expr constraintType 0.
addNewConstraint(Expression, int, Degree) - Method in class fuzzydl.milp.MILPHelper
Add a new inequality of the form: expr constraintType degree.
addRelation(Individual, String, Individual, Degree) - Method in class fuzzydl.KnowledgeBase
Adds a fuzzy relation of the form (indA, indB, funcRole, degree)
addSimilarityRelation(String) - Method in class fuzzydl.KnowledgeBase
Adds a fuzzy similarity relation.
addStringFeature(String) - Method in class fuzzydl.milp.MILPHelper
Adds a string feature.
addStringValue(String, int) - Method in class fuzzydl.milp.MILPHelper
Relates the value of a string feature with an integer value.
addTerm(Term) - Method in class fuzzydl.milp.Expression
Adds a term to an expression.
addTerm(Expression, Term) - Static method in class fuzzydl.milp.Expression
Adds a term to an expression.
addToExpression(Expression) - Method in class fuzzydl.Degree
Adds the degree to an expression.
addToExpression(Expression) - Method in class fuzzydl.DegreeExpression
 
addToExpression(Expression) - Method in class fuzzydl.DegreeNumeric
 
addToExpression(Expression) - Method in class fuzzydl.DegreeVariable
 
addVariable(Variable, String) - Method in class fuzzydl.milp.ShowVariablesHelper
Add a variable to shown, showing it with a given name.
adjustBeginLineColumn(int, int) - Method in class fuzzydl.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ALL - Static variable in class fuzzydl.Concept
Universal restriction.
all(String, Concept) - Static method in class fuzzydl.Concept
Gets a new universal restriction concept.
ALL - Static variable in interface fuzzydl.parser.ParserConstants
RegularExpression Id.
AND - Static variable in class fuzzydl.Concept
Conjunction.
and(Concept, Concept) - Static method in class fuzzydl.Concept
Gets a new conjunction concept.
and(Vector<Concept>) - Static method in class fuzzydl.Concept
Gets a new conjunction concept.
AND - Static variable in interface fuzzydl.parser.ParserConstants
RegularExpression Id.
applyAtLeastValueRule(Assertion, KnowledgeBase) - Static method in class fuzzydl.DatatypeReasoner
Reasons with a fuzzy at-least value assertion, with respect to a fuzzy KB.
applyAtMostValueRule(Assertion, KnowledgeBase) - Static method in class fuzzydl.DatatypeReasoner
Reasons with a fuzzy at-most value assertion, with respect to a fuzzy KB.
applyExactValueRule(Assertion, KnowledgeBase) - Static method in class fuzzydl.DatatypeReasoner
Reasons with a fuzzy exact value assertion, with respect to a fuzzy KB.
applyNotAtLeastValueRule(Assertion, KnowledgeBase) - Static method in class fuzzydl.DatatypeReasoner
Reasons with a fuzzy negated at-least value assertion, with respect to a fuzzy KB.
applyNotAtMostValueRule(Assertion, KnowledgeBase) - Static method in class fuzzydl.DatatypeReasoner
Reasons with a fuzzy negated at-most value assertion, with respect to a fuzzy KB.
applyNotExactValueRule(Assertion, KnowledgeBase) - Static method in class fuzzydl.DatatypeReasoner
Reasons with a fuzzy negated exact value assertion, with respect to a fuzzy KB.
Assertion - Class in fuzzydl
Assertion of the form (individual, Concept, lowerDegree).
Assertion(Individual, Concept, Degree) - Constructor for class fuzzydl.Assertion
 
AT_LEAST_VALUE - Static variable in class fuzzydl.Concept
At least datatype restriction.
AT_MOST_VALUE - Static variable in class fuzzydl.Concept
At most datatype restriction.
atLeastValue(String, Object) - Static method in class fuzzydl.Concept
Gets a new at-least datatype restriction concept.
atMostValue(String, Object) - Static method in class fuzzydl.Concept
Gets a new at-most datatype restriction concept.
ATOMIC - Static variable in class fuzzydl.Concept
Atomic concept.
ATOMIC - Static variable in class fuzzydl.FeatureFunction
Feature.
AtomicAssertion - Class in fuzzydl
Atomic assertion of the form (AtomicConcept, lowerDegree).
AtomicAssertion(Concept, Degree) - Constructor for class fuzzydl.AtomicAssertion
 
atomicAssertions - Variable in class fuzzydl.Individual
Atomic assertions.
atomicConcepts - Variable in class fuzzydl.KnowledgeBase
Fuzzy concepts.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z