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

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

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

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

Method parameters in org.universAAL.middleware.api.impl with type arguments of type Input
 void AnnotationScanner.setMethodInputs(Map<String,List<Input>> methodInputs)
           
 

Constructor parameters in org.universAAL.middleware.api.impl with type arguments of type Input
ServiceCalleeWrapper(ModuleContext context, ServiceProfile[] realizedServices, Object wrappedObject, String namespace, String serviceURI, Map<String,Method> annotatedMethods, Map<String,List<String>> annotatedOutputNames, Map<String,List<Output>> annotatedOutputs, Map<String,List<String>> annotatedMethodsParametersNames, Map<String,List<Input>> annotatedMethodsParameters)
           
 

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

Method parameters in org.universAAL.ontology.lighting.simple with annotations of type Input
 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.