wt.ixb.tuner
Class TunerCommandSource

java.lang.Object
  extended bywt.ixb.tuner.TunerCommandSource

public class TunerCommandSource
extends Object


Field Summary
private  Vector rules
           
 
Constructor Summary
TunerCommandSource(IxbElement localRulesDoc, IxbElement generalRulesDoc)
           
 
Method Summary
 int count()
           
 TunerCommand getCommand(int i)
           
private static void PP(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rules

private Vector rules
Constructor Detail

TunerCommandSource

public TunerCommandSource(IxbElement localRulesDoc,
                          IxbElement generalRulesDoc)
                   throws WTException
Method Detail

count

public int count()

getCommand

public TunerCommand getCommand(int i)

PP

private static void PP(String s)