Uses of Class
org.universAAL.middleware.api.annotation.ServiceOperation

Packages that use ServiceOperation
org.universAAL.middleware.api.impl   
org.universAAL.ontology.lighting.simple   
 

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

Methods in org.universAAL.middleware.api.impl that return types with arguments of type ServiceOperation
 Map<String,ServiceOperation> AnnotationScanner.getMethodServiceOperation()
           
 

Method parameters in org.universAAL.middleware.api.impl with type arguments of type ServiceOperation
 void AnnotationScanner.setMethodServiceOperation(Map<String,ServiceOperation> methodServiceOperation)
           
 

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

Methods in org.universAAL.ontology.lighting.simple with annotations of type ServiceOperation
 Integer[] LightingInterfaceLevel3.getControlledLamps()
           
 LightSource[] LightingInterfaceLevel2.getControlledLamps()
           
 LightSource[] LightingInterfaceLevel1.getControlledLamps()
           
 LightSource[] LightingInterface.getControlledLamps()
           
 Object[] LightingInterfaceLevel3.getLampInfo(int lampID)
           
 Object[] LightingInterfaceLevel2.getLampInfo(LightSource lamp)
           
 Object[] LightingInterfaceLevel1.getLampInfo(LightSource lamp)
           
 Object[] LightingInterface.getLampInfo(LightSource lamp)
           
 void LightingInterfaceLevel3.turnOff(int lampID)
           
 void LightingInterfaceLevel2.turnOff(LightSource lamp)
           
 void LightingInterfaceLevel1.turnOff(LightSource lamp)
           
 void LightingInterface.turnOff(LightSource lamp)
           
 void LightingInterfaceLevel3.turnOn(int lampID)
           
 void LightingInterfaceLevel2.turnOn(LightSource lamp)
           
 void LightingInterfaceLevel1.turnOn(LightSource lamp)
           
 void LightingInterface.turnOn(LightSource lamp)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.