Uses of Class
org.universAAL.ontology.lighting.LightSource

Packages that use LightSource
org.universAAL.ontology.lighting   
org.universAAL.ontology.lighting.simple   
org.universAAL.samples.lighting.client_regular   
org.universAAL.samples.lighting.server   
org.universAAL.samples.lighting.server_regular   
org.universAAL.samples.lighting.uiclient   
org.universAAL.samples.sensor.simulator   
 

Uses of LightSource in org.universAAL.ontology.lighting
 

Subclasses of LightSource in org.universAAL.ontology.lighting
 class BeamingSource
          Ontological representation of a beaming light source.
 class BlinkableBeamingSource
          Ontological representation of a blinkable and beaming light source.
 class BlinkableLightSource
          Ontological representation of a blinkable light source.
 

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

Methods in org.universAAL.ontology.lighting.simple that return LightSource
 LightSource[] LightingInterfaceLevel2.getControlledLamps()
           
 LightSource[] LightingInterfaceLevel1.getControlledLamps()
           
 LightSource[] LightingInterface.getControlledLamps()
           
 

Methods in org.universAAL.ontology.lighting.simple with parameters of type LightSource
 Object[] LightingInterfaceLevel2.getLampInfo(LightSource lamp)
           
 Object[] LightingInterfaceLevel1.getLampInfo(LightSource lamp)
           
 Object[] LightingInterface.getLampInfo(LightSource lamp)
           
 void LightingInterfaceLevel2.turnOff(LightSource lamp)
           
 void LightingInterfaceLevel1.turnOff(LightSource lamp)
           
 void LightingInterface.turnOff(LightSource lamp)
           
 void LightingInterfaceLevel2.turnOn(LightSource lamp)
           
 void LightingInterfaceLevel1.turnOn(LightSource lamp)
           
 void LightingInterface.turnOn(LightSource lamp)
           
 

Uses of LightSource in org.universAAL.samples.lighting.client_regular
 

Methods in org.universAAL.samples.lighting.client_regular that return types with arguments of type LightSource
static List<LightSource> LightingConsumerLevel2.getControlledLamps()
           
static List<LightSource> LightingConsumerLevel1.getControlledLamps()
           
 

Methods in org.universAAL.samples.lighting.client_regular with parameters of type LightSource
static boolean LightingConsumerLevel2.dimToValue(LightSource lamp, Integer percent)
           
static Object[] LightingConsumerLevel2.getLampInfo(LightSource lamp)
           
static boolean LightingConsumerLevel2.turnOff(LightSource lamp)
           
static boolean LightingConsumerLevel2.turnOn(LightSource lamp)
           
 

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

Methods in org.universAAL.samples.lighting.server that return LightSource
 LightSource[] MyLightingOntologified.getControlledLamps()
           
 

Methods in org.universAAL.samples.lighting.server with parameters of type LightSource
 Object[] MyLightingOntologified.getLampInfo(LightSource lamp)
           
 void MyLightingOntologified.turnOff(LightSource lamp)
           
 void MyLightingOntologified.turnOn(LightSource lamp)
           
 

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

Methods in org.universAAL.samples.lighting.server_regular that return LightSource
 LightSource[] MyLightingOntologified.getControlledLamps()
           
 

Methods in org.universAAL.samples.lighting.server_regular with parameters of type LightSource
 Object[] MyLightingOntologified.getLampInfo(LightSource lamp)
           
 void MyLightingOntologified.turnOff(LightSource lamp)
           
 void MyLightingOntologified.turnOn(LightSource lamp)
           
 

Uses of LightSource in org.universAAL.samples.lighting.uiclient
 

Methods in org.universAAL.samples.lighting.uiclient that return LightSource
static LightSource[] LightingConsumer.getControlledLamps()
           
 

Uses of LightSource in org.universAAL.samples.sensor.simulator
 

Methods in org.universAAL.samples.sensor.simulator that return LightSource
 LightSource LampMap.getLightSource(String uri)
          Returns lightSource value that corresponds to a given URI
 

Methods in org.universAAL.samples.sensor.simulator with parameters of type LightSource
 void LampStatePublisher.changeLabelBackground(JLabel label, LightSource lightSource)
          Check lightSource brightness and change button color accordingly (yellow for ON or white for OFF)
 void LampMap.insertLightSource(String uri, LightSource lightSource)
          Inserts lightsource and its URI to the map
 void LampStatePublisher.publishContextEvent(LightSource lightSource)
          Publishes context event that has lightSource as a subject and it's brightness as a predicate For testing purposes we set brightness to 0 or to 100, create new ContextEvent and publish it
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.