Uses of Class
org.universAAL.middleware.service.owl.Service

Packages that use Service
org.security.session.manager.service   
org.universAAL.context.che Contains the universAAL-specific wrappers. 
org.universAAL.context.prof.serv Contains the implementation, including OSGi Activator... 
org.universAAL.context.reasoner   
org.universAAL.drools   
org.universAAL.lddi.exporter.activityhub   
org.universAAL.lddi.fs20.exporter   
org.universAAL.lddi.hdp   
org.universAAL.lddi.knx.exporter   
org.universAAL.middleware.api.impl   
org.universAAL.middleware.service   
org.universAAL.middleware.service.aapi   
org.universAAL.middleware.service.impl   
org.universAAL.middleware.service.owl   
org.universAAL.middleware.service.owls.profile   
org.universAAL.ontology.activityhub   
org.universAAL.ontology.av.service   
org.universAAL.ontology.che   
org.universAAL.ontology.continua   
org.universAAL.ontology.drools   
org.universAAL.ontology.handgestures   
org.universAAL.ontology.health.owl.services   
org.universAAL.ontology.lighting   
org.universAAL.ontology.lighting.simple   
org.universAAL.ontology.phThing   
org.universAAL.ontology.profile.contact   
org.universAAL.ontology.profile.service   
org.universAAL.ontology.questionnaire   
org.universAAL.ontology.reasoner   
org.universAAL.ontology.security   
org.universAAL.ontology.space   
org.universAAL.ontology.ui.preferences.service   
org.universAAL.ontology.unit.services   
org.universAAL.ontology.X73   
org.universAAL.ri.gateway.support.android   
org.universAAL.samples.lighting.server   
org.universAAL.samples.lighting.server_regular   
org.universAAL.samples.servserver   
org.universAAL.security.security.authenticator.dummy   
org.universAAL.security.security.authenticator.profile   
org.universAAL.support.utils.service.low Contains low level helper classes to deal with Service concepts of universAAL. 
org.universAAL.ui.dm.ui.preferences.editor   
 

Uses of Service in org.security.session.manager.service
 

Subclasses of Service in org.security.session.manager.service
 class SessionManagerService
           
 

Uses of Service in org.universAAL.context.che
 

Subclasses of Service in org.universAAL.context.che
 class ContextHistoryServices
          Here are described the provided services that are registered by the CHe in the service bus.
 

Uses of Service in org.universAAL.context.prof.serv
 

Subclasses of Service in org.universAAL.context.prof.serv
 class SCalleeProvidedService
          The class where all service profiles are built.
 

Uses of Service in org.universAAL.context.reasoner
 

Subclasses of Service in org.universAAL.context.reasoner
 class ProvidedReasoningService
          This implementation of ReasoningService contains all methods currently supported by the Reasoner.
 

Uses of Service in org.universAAL.drools
 

Subclasses of Service in org.universAAL.drools
 class ProvidedDroolsReasonerService
          Service descriptor for the rule engine.
 

Uses of Service in org.universAAL.lddi.exporter.activityhub
 

Subclasses of Service in org.universAAL.lddi.exporter.activityhub
 class AHServiceOntology
          Definition of service for the uAAL service bus (service profiles) for available ActivityHub devices.
 

Uses of Service in org.universAAL.lddi.fs20.exporter
 

Subclasses of Service in org.universAAL.lddi.fs20.exporter
 class ProvidedFS20Service
          all the services of Controlled FS20 Devices (FS20Gong && FS20Display)
 

Uses of Service in org.universAAL.lddi.hdp
 

Subclasses of Service in org.universAAL.lddi.hdp
 class ProvidedContinuaHdpManagerService
           
 

Uses of Service in org.universAAL.lddi.knx.exporter
 

Subclasses of Service in org.universAAL.lddi.knx.exporter
 class KnxServiceCalleeProvidedService
           
 

Uses of Service in org.universAAL.middleware.api.impl
 

Subclasses of Service in org.universAAL.middleware.api.impl
 class SimplifiedApiService
          This is a simple helper class used for generating the profiles in the persona way.
 

Uses of Service in org.universAAL.middleware.service
 

Methods in org.universAAL.middleware.service that return Service
 Service ServiceRequest.getRequestedService()
          Returns the requested service.
 

Methods in org.universAAL.middleware.service with parameters of type Service
 ServiceProfile[] ServiceCaller.getMatchingService(Service s)
          A method used to retrieve a specified service, available to this ServiceCaller.
 ServiceProfile[] ServiceBus.getMatchingServices(String callerID, Service template)
          Get all service profiles that describe services that match the given template in terms of "query by example".
 

Constructors in org.universAAL.middleware.service with parameters of type Service
ServiceRequest(Service requestedService, Resource involvedHumanUser)
          The constructor to be used by ServiceCallers.
ServiceRequest(String uriPrefix, int numProps, Service requestedService, Resource involvedHumanUser)
          Creates an instance of ServiceRequest with a URI that is created by appending a unique ID to the given 'uriPrefix'.
ServiceRequest(String uri, Service requestedService, Resource involvedHumanUser)
          Creates a service request with a specified URI.
 

Uses of Service in org.universAAL.middleware.service.aapi
 

Constructors in org.universAAL.middleware.service.aapi with parameters of type Service
AapiServiceRequest(Service requestedService, Resource involvedHumanUser)
           
AapiServiceRequest(String uriPrefix, int numProps, Service requestedService, Resource involvedHumanUser)
           
AapiServiceRequest(String uri, Service requestedService, Resource involvedHumanUser)
           
 

Uses of Service in org.universAAL.middleware.service.impl
 

Methods in org.universAAL.middleware.service.impl that return Service
abstract  Service ServiceWrapper.getService()
           
 Service ServiceRequestWrapper.getService()
           
 Service ServiceProfileWrapper.getService()
           
 

Methods in org.universAAL.middleware.service.impl with parameters of type Service
 ServiceProfile[] ServiceBusImpl.getMatchingServices(String callerID, Service s)
           
 

Uses of Service in org.universAAL.middleware.service.owl
 

Subclasses of Service in org.universAAL.middleware.service.owl
 class InitialServiceDialog
           
 class UserInterfaceService
           
 

Uses of Service in org.universAAL.middleware.service.owls.profile
 

Methods in org.universAAL.middleware.service.owls.profile that return Service
 Service ServiceProfile.getTheService()
          Returns the individual from the service ontology that represents the provided service; the main user of this method is the service bus.
 

Constructors in org.universAAL.middleware.service.owls.profile with parameters of type Service
ServiceProfile(Service s, String processURI)
          The constructor to be used by ServiceCallees.
 

Uses of Service in org.universAAL.ontology.activityhub
 

Subclasses of Service in org.universAAL.ontology.activityhub
 class ActivityHub
          Ontological SERVICE that handles activity hub devices.
 

Uses of Service in org.universAAL.ontology.av.service
 

Subclasses of Service in org.universAAL.ontology.av.service
 class CameraService
          Ontological service that controls a video camera.
 class LoudSpeakerService
          Ontological service that handles loudspeakers.
 class MicrophoneService
          Ontological service that handles microphones.
 

Uses of Service in org.universAAL.ontology.che
 

Subclasses of Service in org.universAAL.ontology.che
 class ContextHistoryService
          The ontological description of the Context History related services.
 

Uses of Service in org.universAAL.ontology.continua
 

Subclasses of Service in org.universAAL.ontology.continua
 class ContinuaHealthManager
           
 

Uses of Service in org.universAAL.ontology.drools
 

Subclasses of Service in org.universAAL.ontology.drools
 class DroolsReasoning
           
 

Uses of Service in org.universAAL.ontology.handgestures
 

Subclasses of Service in org.universAAL.ontology.handgestures
 class HandGestureService
           
 

Uses of Service in org.universAAL.ontology.health.owl.services
 

Subclasses of Service in org.universAAL.ontology.health.owl.services
 class DisplayTreatmentService
          Launch display of a treatment.
 class HealthService
           
 class PerformedSessionManagementService
          This class describes the performed session management service, which consists of storing a performed session and listing the sessions associated to the health profile performed by the assisted person.
 class PlannedSessionManagementService
          This class describes the planned session management service, which consists of editing, creating and deleting a planned session.
 class ProfileManagementService
           
 class TreatmentManagementService
          This class describes the treatment management service, which consists of editing, creating and deleting a treatment.
 

Uses of Service in org.universAAL.ontology.lighting
 

Subclasses of Service in org.universAAL.ontology.lighting
 class Beaming
          Ontological service that handles beaming light sources.
 class BlinkableBeaming
          Ontological service that handles blinkable and beaming light sources.
 class BlinkableLighting
          Ontological service that handles blinkable light sources.
 class Lighting
          Ontological service that handles light sources.
 

Uses of Service in org.universAAL.ontology.lighting.simple
 

Subclasses of Service in org.universAAL.ontology.lighting.simple
 class LightingSimplified
          Ontological service that handles light sources.
 

Uses of Service in org.universAAL.ontology.phThing
 

Subclasses of Service in org.universAAL.ontology.phThing
 class DeviceService
          Ontological service that controls any HW device.
 

Uses of Service in org.universAAL.ontology.profile.contact
 

Subclasses of Service in org.universAAL.ontology.profile.contact
 class ContactManagementService
           
 

Uses of Service in org.universAAL.ontology.profile.service
 

Subclasses of Service in org.universAAL.ontology.profile.service
 class ProfilingEditorService
          Ontological service that handles and edits profile-related information.
 class ProfilingService
          Ontological generic service that handles profile-related information.
 

Uses of Service in org.universAAL.ontology.questionnaire
 

Subclasses of Service in org.universAAL.ontology.questionnaire
 class QuestionnaireService
          This class describes the service given by the questionnaire ontology.
 

Uses of Service in org.universAAL.ontology.reasoner
 

Subclasses of Service in org.universAAL.ontology.reasoner
 class ReasoningService
           
 

Uses of Service in org.universAAL.ontology.security
 

Subclasses of Service in org.universAAL.ontology.security
 class AuthenticationService
          Service Description for Authentication.
 class SessionManagementService
          Service Description for checking validity of Sessions.
 

Uses of Service in org.universAAL.ontology.space
 

Subclasses of Service in org.universAAL.ontology.space
 class SpaceConfigurationService
          Ontological service that handles the arrangement of locations and physical things in a specific space.
 

Uses of Service in org.universAAL.ontology.ui.preferences.service
 

Subclasses of Service in org.universAAL.ontology.ui.preferences.service
 class UIPreferencesService
          Ontological generic service that handles UI preferences subProfile-related information.
 

Uses of Service in org.universAAL.ontology.unit.services
 

Subclasses of Service in org.universAAL.ontology.unit.services
 class UnitConversionService
           
 class UnitService
           
 

Uses of Service in org.universAAL.ontology.X73
 

Subclasses of Service in org.universAAL.ontology.X73
 class X73
           
 

Uses of Service in org.universAAL.ri.gateway.support.android
 

Subclasses of Service in org.universAAL.ri.gateway.support.android
 class LightingService1
           
 

Uses of Service in org.universAAL.samples.lighting.server
 

Subclasses of Service in org.universAAL.samples.lighting.server
 class ProvidedLightingService
           
 

Uses of Service in org.universAAL.samples.lighting.server_regular
 

Subclasses of Service in org.universAAL.samples.lighting.server_regular
 class ProvidedLightingServiceLevel1
           
 class ProvidedLightingServiceLevel2
           
 class ProvidedLightingServiceLevel3
           
 

Uses of Service in org.universAAL.samples.servserver
 

Subclasses of Service in org.universAAL.samples.servserver
 class ProvidedService
           
 

Uses of Service in org.universAAL.security.security.authenticator.dummy
 

Subclasses of Service in org.universAAL.security.security.authenticator.dummy
 class UserPasswordDummyService
           
 

Uses of Service in org.universAAL.security.security.authenticator.profile
 

Subclasses of Service in org.universAAL.security.security.authenticator.profile
 class UserPasswordProfileService
           
 

Uses of Service in org.universAAL.support.utils.service.low
 

Fields in org.universAAL.support.utils.service.low declared as Service
 Service Profile.service
          Allocate a service.
 

Constructors in org.universAAL.support.utils.service.low with parameters of type Service
Profile(Service profiledServiceRoot)
          Use this helper class to create a ServiceProfile that is easy to use.
Request(Service requestedServiceRoot)
          Use this helper class to create a ServiceRequest that is easy to use.
 

Uses of Service in org.universAAL.ui.dm.ui.preferences.editor
 

Subclasses of Service in org.universAAL.ui.dm.ui.preferences.editor
 class UIPreferencesProvidedService
          Provides the service for starting the UI Preferences Editor Dialog.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.