frysk.isa.signals
Class SignalTable

java.lang.Object
  extended by frysk.isa.signals.SignalTable

public class SignalTable
extends Object

A target signal factory.


Constructor Summary
SignalTable()
           
 
Method Summary
 Signal get(int sig)
          Return the Signal corresponding to value.
 Signal get(StandardSignal sig)
          Return the Signal corresponding to the StandardSignal.
 Signal get(String sig)
          Return the Signal corresponding to name; can return NULL if the name is unknown.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignalTable

public SignalTable()
Method Detail

get

public Signal get(int sig)
Return the Signal corresponding to value. Always returns something, even when it has to be made up.


get

public Signal get(String sig)
Return the Signal corresponding to name; can return NULL if the name is unknown.


get

public Signal get(StandardSignal sig)
Return the Signal corresponding to the StandardSignal.