org.universAAL.ontology.lighting.simple
Interface LightingInterfaceLevel1

Package class diagram package LightingInterfaceLevel1
All Known Implementing Classes:
LightingSimplifiedServiceLevel1

public interface LightingInterfaceLevel1


Field Summary
static String namespace
           
 
Method Summary
 LightSource[] getControlledLamps()
           
 Object[] getLampInfo(LightSource lamp)
           
 void turnOff(LightSource lamp)
           
 void turnOn(LightSource lamp)
           
 

Field Detail

namespace

static final String namespace
See Also:
Constant Field Values
Method Detail

getControlledLamps

LightSource[] getControlledLamps()

getLampInfo

Object[] getLampInfo(LightSource lamp)

turnOff

void turnOff(LightSource lamp)

turnOn

void turnOn(LightSource lamp)


Copyright © 2014 universAAL Consortium. All Rights Reserved.