model.channel.set
Class CueValueSet

java.lang.Object
  extended by model.channel.set.CueValueSet
All Implemented Interfaces:
IValueSet

public class CueValueSet
extends Object
implements IValueSet


Field Summary
 
Fields inherited from interface model.channel.set.IValueSet
ADD, AVERAGE
 
Constructor Summary
CueValueSet(ACue _cue)
           
 
Method Summary
 Channel[] getAllChannels()
           
 Channel getChannel(Channel channel)
           
 Channel getChannel(short address)
           
 Channel[] getChannels()
           
 Channel[] getChannels(short[] addresses)
           
 short getChannelValue(short address)
           
 int getCombineMethod()
           
 long getFadeDownMillis()
           
 float getFadeLevel()
           
 long getFadeUpMillis()
           
 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 setFadeLevel(float _fadeLevel)
           
 void setIPriority(IPriority priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CueValueSet

public CueValueSet(ACue _cue)
Method Detail

setIPriority

public void setIPriority(IPriority priority)
Specified by:
setIPriority in interface IValueSet

getIPriority

public IPriority getIPriority()
Specified by:
getIPriority in interface IValueSet

getPriority

public int getPriority(short address)
Specified by:
getPriority in interface IValueSet

getPriority

public int getPriority(Channel channel)
Specified by:
getPriority in interface IValueSet

getChannel

public Channel getChannel(short address)
Specified by:
getChannel in interface IValueSet

getChannelValue

public short getChannelValue(short address)
Specified by:
getChannelValue in interface IValueSet

getChannel

public Channel getChannel(Channel channel)
Specified by:
getChannel in interface IValueSet

getRawChannel

public Channel getRawChannel(short address)
Specified by:
getRawChannel in interface IValueSet

getChannels

public Channel[] getChannels()
Specified by:
getChannels in interface IValueSet

getAllChannels

public Channel[] getAllChannels()

getChannels

public Channel[] getChannels(short[] addresses)
Specified by:
getChannels in interface IValueSet

setChannelValue

public void setChannelValue(Channel channel)
Specified by:
setChannelValue in interface IValueSet

setChannelValue

public void setChannelValue(short address,
                            short value)
Specified by:
setChannelValue in interface IValueSet

setChannelValues

public void setChannelValues(Channel[] channels)
Specified by:
setChannelValues in interface IValueSet

getSource

public float getSource()
Specified by:
getSource in interface IValueSet

resetValues

public void resetValues()
Specified by:
resetValues in interface IValueSet

setFadeLevel

public void setFadeLevel(float _fadeLevel)

getFadeLevel

public float getFadeLevel()

getFadeUpMillis

public long getFadeUpMillis()

getFadeDownMillis

public long getFadeDownMillis()

getCombineMethod

public int getCombineMethod()
Specified by:
getCombineMethod in interface IValueSet

setCombineMethod

public void setCombineMethod(int _combineMethod)
Specified by:
setCombineMethod in interface IValueSet