Uses of Class
de.uka.cmtm.serviceregistry.query.protege.ProfileIndividualInfo

Packages that use ProfileIndividualInfo
de.uka.cmtm.serviceregistry.query.protege   
de.uka.cmtm.serviceregistry.query.protege.dig   
 

Uses of ProfileIndividualInfo in de.uka.cmtm.serviceregistry.query.protege
 

Methods in de.uka.cmtm.serviceregistry.query.protege that return types with arguments of type ProfileIndividualInfo
 List<ProfileIndividualInfo> ProfileIndividualLocator.findProfileIndividuals(int searchLevel)
          This method can be used to search for services profile individuals suitable to the previously set searchParameters.
 

Methods in de.uka.cmtm.serviceregistry.query.protege with parameters of type ProfileIndividualInfo
 double SimpleRelevanceCalculator.calculateRelevance(ProfileIndividualInfo info, ProfileIndividualParameter parameter, ParameterConformClasses conformClasses)
          Calculates the relevance of the search result info regarding the given search parameter and conform classes
 double RelevanceCalculator.calculateRelevance(ProfileIndividualInfo info, ProfileIndividualParameter parameter, ParameterConformClasses conformClasses)
          Calculates the relevance of the search result info regarding the given search parameter and conform classes
 

Uses of ProfileIndividualInfo in de.uka.cmtm.serviceregistry.query.protege.dig
 

Methods in de.uka.cmtm.serviceregistry.query.protege.dig that return types with arguments of type ProfileIndividualInfo
 List<ProfileIndividualInfo> DigProfileIndividualLocator.findProfileIndividuals(int searchLevel)
          This method can be used to search for services profile individuals suitable to the previously set searchParameters.