- parent - Variable in class fuzzydl.CreatedIndividual
-
Parent of the individual.
- Parser - Class in fuzzydl.parser
-
Parses an input file containing a fuzzy ontology.
- Parser(InputStream) - Constructor for class fuzzydl.parser.Parser
-
Constructor with InputStream.
- Parser(InputStream, String) - Constructor for class fuzzydl.parser.Parser
-
Constructor with InputStream and supplied encoding
- Parser(Reader) - Constructor for class fuzzydl.parser.Parser
-
Constructor.
- Parser(ParserTokenManager) - Constructor for class fuzzydl.parser.Parser
-
Constructor with generated Token Manager.
- POS_THRESHOLD - Static variable in class fuzzydl.Concept
-
Positive threshold.
- posThreshold(double, Concept) - Static method in class fuzzydl.Concept
-
Gets a new positive threshold concept.
- preprocess(KnowledgeBase) - Method in class fuzzydl.AllInstancesQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.BnpQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.DefuzzifyQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.KbSatisfiableQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MaxInstanceQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MaxQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MaxRelatedQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MaxSatisfiableQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MaxSubsumesQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MinInstanceQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MinQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MinRelatedQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MinSatisfiableQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MinSubsumesQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.MomDefuzzifyQuery
-
- preprocess(KnowledgeBase) - Method in class fuzzydl.Query
-
Performs some preprocessing steps of the query over a fuzzy KB.
- PrimitiveConceptDefinition - Class in fuzzydl
-
General concept inclusion axiom.
- PrimitiveConceptDefinition(String, Concept, int, double) - Constructor for class fuzzydl.PrimitiveConceptDefinition
-
- print(String) - Static method in class fuzzydl.util.Util
-
Prints on screen a message only in debug mode
- PRINT_LABELS - Static variable in class fuzzydl.milp.MILPHelper
-
Indicates whether we want to show the membership degrees to linguistic labels or not.
- PRINT_VARIABLES - Static variable in class fuzzydl.milp.MILPHelper
-
Indicates whether we want to show the value of the variables or not.
- printInstanceOfLabels(String, String, double) - Method in class fuzzydl.milp.MILPHelper
-
Shows the membership degrees to some linguistic labels.
- println(String) - Static method in class fuzzydl.util.Util
-
Prints on screen a message and a new line only in debug mode
- PRODUCT - Static variable in class fuzzydl.FeatureFunction
-
Product of a number and a feature.