|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.xal.smf.SignalSuite
SignalSuite represents the map of handle/signal pairs that identifies a channel and associates it with a node via the handle.
| Field Summary | |
protected java.util.Map |
signalMap
|
protected java.util.Map |
transformTable
|
| Constructor Summary | |
SignalSuite()
Creates a new instance of SignalSuite |
|
| Method Summary | |
java.util.Collection |
getHandles()
Get all of the handles within this suite. |
java.lang.String |
getSignal(java.lang.String handle)
Get the PV signal associated with the handle. |
ValueTransform |
getTransform(java.lang.String handle)
Get the transform associated with the specified handle. |
boolean |
hasHandle(java.lang.String handle)
Check if the signal suite manages the handle. |
boolean |
hasTransform(java.lang.String handle)
Check if the signal entry associated with the specified handle has an associated value transform. |
void |
update(DataAdaptor adaptor)
Update the data based on the information provided by the data provider. |
void |
write(DataAdaptor adaptor)
Write data to the data adaptor for storage. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Map signalMap
protected java.util.Map transformTable
| Constructor Detail |
public SignalSuite()
| Method Detail |
public void update(DataAdaptor adaptor)
adaptor - The adaptor from which to update the datapublic void write(DataAdaptor adaptor)
adaptor - The adaptor to which the receiver's data is writtenpublic java.lang.String getSignal(java.lang.String handle)
handle - The handle for which to get the associated PV signal.
public java.util.Collection getHandles()
public boolean hasHandle(java.lang.String handle)
handle - The handle for which to check availability.
public boolean hasTransform(java.lang.String handle)
handle - The handle to check for an associated transform.
public ValueTransform getTransform(java.lang.String handle)
handle - The handle for which to get the transform.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||