Uses of Class
de.uka.cmtm.serviceregistry.query.ServiceProfileInfo

Packages that use ServiceProfileInfo
de.uka.cmtm.serviceregistry.query   
de.uka.cmtm.serviceregistry.query.protege   
 

Uses of ServiceProfileInfo in de.uka.cmtm.serviceregistry.query
 

Methods in de.uka.cmtm.serviceregistry.query that return ServiceProfileInfo
 ServiceProfileInfo ServiceProfileInfo.clone()
           
 

Methods in de.uka.cmtm.serviceregistry.query that return types with arguments of type ServiceProfileInfo
 List<ServiceProfileInfo> ServiceProfileLocator.findServiceProfiles(int searchLevel)
          This method can be used to search for services profiles suitable to the previously set searchParameters.
 

Constructors in de.uka.cmtm.serviceregistry.query with parameters of type ServiceProfileInfo
ServiceInfo(ServiceProfileInfo profileInfo, ServiceInstanceInfo instanceInfo)
           
 

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

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