gov.sns.xal.smf.proxy
Interface PropertyAccessor

All Known Implementing Classes:
ElectromagnetPropertyAccessor, RfCavityPropertyAccessor, RfGapPropertyAccessor

public interface PropertyAccessor

Specifies interface for property accessors that return acclerator node property values.


Method Summary
 double doubleValueFor(AcceleratorNode node, java.lang.String property, java.lang.String mode)
           
 java.util.List propertyNames()
           
 

Method Detail

doubleValueFor

public double doubleValueFor(AcceleratorNode node,
                             java.lang.String property,
                             java.lang.String mode)
                      throws ProxyException
ProxyException

propertyNames

public java.util.List propertyNames()