model.channel
Class ChannelPriorityQueue

java.lang.Object
  extended by model.channel.ChannelPriorityQueue

public class ChannelPriorityQueue
extends Object


Constructor Summary
ChannelPriorityQueue()
           
 
Method Summary
 void addSet(model.channel.IValueSet set)
           
 model.channel.IValueSet[] getHighPrioritySets(short address)
           
 model.channel.IValueSet[] getPriorityOrderSets(short address)
           
 model.channel.IValueSet getSet(float source)
           
 model.channel.IValueSet[] getSets()
           
 void removeAllCues()
           
 void removeSet(float source)
           
 void removeSet(model.channel.IValueSet set)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelPriorityQueue

public ChannelPriorityQueue()
Method Detail

addSet

public void addSet(model.channel.IValueSet set)

removeSet

public void removeSet(model.channel.IValueSet set)

removeSet

public void removeSet(float source)

getSets

public model.channel.IValueSet[] getSets()

getSet

public model.channel.IValueSet getSet(float source)

getHighPrioritySets

public model.channel.IValueSet[] getHighPrioritySets(short address)

getPriorityOrderSets

public model.channel.IValueSet[] getPriorityOrderSets(short address)

removeAllCues

public void removeAllCues()