Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
LightSource[] |
LightingInterfaceLevel1.getControlledLamps() |
LightSource[] |
LightingInterface.getControlledLamps() |
LightSource[] |
LightingInterfaceLevel2.getControlledLamps() |
Modifier and Type | Method and Description |
---|---|
Object[] |
LightingInterfaceLevel1.getLampInfo(LightSource lamp) |
Object[] |
LightingInterface.getLampInfo(LightSource lamp) |
Object[] |
LightingInterfaceLevel2.getLampInfo(LightSource lamp) |
void |
LightingInterfaceLevel1.turnOff(LightSource lamp) |
void |
LightingInterface.turnOff(LightSource lamp) |
void |
LightingInterfaceLevel2.turnOff(LightSource lamp) |
void |
LightingInterfaceLevel1.turnOn(LightSource lamp) |
void |
LightingInterface.turnOn(LightSource lamp) |
void |
LightingInterfaceLevel2.turnOn(LightSource lamp) |
Modifier and Type | Method and Description |
---|---|
static List<LightSource> |
LightingConsumerLevel2.getControlledLamps() |
static List<LightSource> |
LightingConsumerLevel1.getControlledLamps() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
LightSource[] |
MyLightingOntologified.getControlledLamps() |
Modifier and Type | Method and Description |
---|---|
Object[] |
MyLightingOntologified.getLampInfo(LightSource lamp) |
void |
MyLightingOntologified.turnOff(LightSource lamp) |
void |
MyLightingOntologified.turnOn(LightSource lamp) |
Modifier and Type | Method and Description |
---|---|
LightSource[] |
MyLightingOntologified.getControlledLamps() |
Modifier and Type | Method and Description |
---|---|
Object[] |
MyLightingOntologified.getLampInfo(LightSource lamp) |
void |
MyLightingOntologified.turnOff(LightSource lamp) |
void |
MyLightingOntologified.turnOn(LightSource lamp) |
Modifier and Type | Method and Description |
---|---|
static LightSource[] |
LightingConsumer.getControlledLamps() |
Modifier and Type | Method and Description |
---|---|
LightSource |
LampMap.getLightSource(String uri)
Returns lightSource value that corresponds to a given URI
|
Modifier and Type | Method and Description |
---|---|
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 © 2018 universAAL Consortium. All rights reserved.