Uses of Class
reasoner.ConcreteConcept

Packages that use ConcreteConcept
reasoner   
 

Uses of ConcreteConcept in reasoner
 

Fields in reasoner declared as ConcreteConcept
private  ConcreteConcept RoleQuery.tc
          The ConcreteConcept
private  ConcreteConcept OpQuery.tc1
          The first ConcreteConcept
private  ConcreteConcept OpQuery.tc2
          The second ConcreteConcept
 

Fields in reasoner with type parameters of type ConcreteConcept
private  java.util.HashMap<java.lang.String,ConcreteConcept> KnowledgeBase.concrConcepts
          The ConcreteConcept map
 

Methods in reasoner that return ConcreteConcept
 ConcreteConcept ConcreteConcept.diff(ConcreteConcept t)
          FuzzySet difference between this ConcreteConcept and a second one
 ConcreteConcept RoleQuery.getTc()
           
 ConcreteConcept OpQuery.getTc1()
           
 ConcreteConcept OpQuery.getTc2()
           
 ConcreteConcept ConcreteConcept.intersection(FuzzySet f)
          FuzzySet intersection between this ConcreteConcept and a generic FuzzySet
 ConcreteConcept ConcreteConcept.prod(ConcreteConcept t)
          FuzzySet product between this ConcreteConcept and a second one
 ConcreteConcept ConcreteConcept.ratio(ConcreteConcept t)
          FuzzySet ratio between this ConcreteConcept and a second one.
 ConcreteConcept ConcreteConcept.sum(ConcreteConcept t)
          FuzzySet sum between this ConcreteConcept and a second one
 ConcreteConcept ConcreteConcept.union(FuzzySet f)
          FuzzySet union between this ConcreteConcept and a generic FuzzySet
 

Methods in reasoner that return types with arguments of type ConcreteConcept
 java.util.HashMap<java.lang.String,ConcreteConcept> KnowledgeBase.getConcrConcepts()
           
 

Methods in reasoner with parameters of type ConcreteConcept
 void KnowledgeBase.addConcreteConcept(ConcreteConcept tc)
          Adds a ConcreteConcept to this KB
 ConcreteConcept ConcreteConcept.diff(ConcreteConcept t)
          FuzzySet difference between this ConcreteConcept and a second one
 ConcreteConcept ConcreteConcept.prod(ConcreteConcept t)
          FuzzySet product between this ConcreteConcept and a second one
 ConcreteConcept ConcreteConcept.ratio(ConcreteConcept t)
          FuzzySet ratio between this ConcreteConcept and a second one.
 void RoleQuery.setTc(ConcreteConcept tc)
           
 void OpQuery.setTc1(ConcreteConcept tc1)
           
 void OpQuery.setTc2(ConcreteConcept tc2)
           
 ConcreteConcept ConcreteConcept.sum(ConcreteConcept t)
          FuzzySet sum between this ConcreteConcept and a second one
 Concept RoleQuery.trap2Concept(ConcreteConcept t)
          Converts a ConcreteConcept in a correspondent Concept
private  Concept OpQuery.trap2Concept(ConcreteConcept tc)
          Converts a ConcreteConcept in a Concept
 

Method parameters in reasoner with type arguments of type ConcreteConcept
 void KnowledgeBase.setConcrConcepts(java.util.HashMap<java.lang.String,ConcreteConcept> concrConcepts)
          sets the HashMap of ConcreteConcepts
 

Constructors in reasoner with parameters of type ConcreteConcept
OpQuery(ConcreteConcept tc1, java.lang.String operator, ConcreteConcept tc2, KnowledgeBase kb)
          Constructor by two ConcreteConcepts, binary operator and KnowledgeBase
OpQuery(Quantifier q, ConcreteConcept tc1, java.lang.String operator, ConcreteConcept tc2, KnowledgeBase kb)
          Constructor by Quantifier, two ConcreteConcepts, binary operator and KnowledgeBase
RoleQuery(Quantifier tempq, Quantifier q, Role r, ConcreteConcept tc, KnowledgeBase kb)
          Constructor for this RoleQuery
RoleQuery(Quantifier q, Role r, ConcreteConcept tc, KnowledgeBase kb)
          Constructor for this RoleQuery, with null temporal quantifier
 

Constructor parameters in reasoner with type arguments of type ConcreteConcept
KnowledgeBase(java.util.HashMap<java.lang.String,Concept> concepts, java.util.HashMap<java.lang.String,ConcreteConcept> concrConcepts, java.util.HashMap<java.lang.String,Individual> individuals, java.util.HashMap<java.lang.String,ULineEvent> uLineEvents, java.util.HashMap<java.lang.String,Role> roles, java.util.HashMap<java.lang.String,Quantifier> quantifiers)
          Constructor for a new Knowledge Base from given HashMaps of elements
KnowledgeBase(java.util.HashMap<java.lang.String,Concept> concepts, java.util.HashMap<java.lang.String,ConcreteConcept> concrConcepts, java.util.HashMap<java.lang.String,Individual> individuals, java.util.HashMap<java.lang.String,ULineEvent> uLineEvents, java.util.HashMap<java.lang.String,Role> roles, java.util.HashMap<java.lang.String,Quantifier> quantifiers, Query query)
          Constructor for a new Knowledge Base from given HashMaps of elements