model.channel.set
Interface IValueSet

All Known Implementing Classes:
AValueSet, CueValueSet, FaderValueSet

public interface IValueSet


Field Summary
static int ADD
           
static int AVERAGE
           
 
Method Summary
 Channel getChannel(Channel channel)
           
 Channel getChannel(short address)
           
 Channel[] getChannels()
           
 Channel[] getChannels(short[] addresses)
           
 short getChannelValue(short address)
           
 int getCombineMethod()
           
 IPriority getIPriority()
           
 int getPriority(Channel channel)
           
 int getPriority(short address)
           
 Channel getRawChannel(short address)
           
 float getSource()
           
 void resetValues()
           
 void setChannelValue(Channel channel)
           
 void setChannelValue(short address, short value)
           
 void setChannelValues(Channel[] channels)
           
 void setCombineMethod(int combineMethod)
           
 void setIPriority(IPriority priority)
           
 

Field Detail

ADD

static final int ADD
See Also:
Constant Field Values

AVERAGE

static final int AVERAGE
See Also:
Constant Field Values
Method Detail

setIPriority

void setIPriority(IPriority priority)

getIPriority

IPriority getIPriority()

getPriority

int getPriority(short address)

getPriority

int getPriority(Channel channel)

getChannel

Channel getChannel(short address)

getRawChannel

Channel getRawChannel(short address)

getChannelValue

short getChannelValue(short address)

getChannel

Channel getChannel(Channel channel)

getChannels

Channel[] getChannels()

getChannels

Channel[] getChannels(short[] addresses)

setChannelValue

void setChannelValue(Channel channel)

setChannelValue

void setChannelValue(short address,
                     short value)

setChannelValues

void setChannelValues(Channel[] channels)

getSource

float getSource()

resetValues

void resetValues()

getCombineMethod

int getCombineMethod()

setCombineMethod

void setCombineMethod(int combineMethod)