gov.sns.xal.model.source
Interface RfCavityDataSource

All Superinterfaces:
IModelDataSource
All Known Implementing Classes:
RfCavity

public interface RfCavityDataSource
extends IModelDataSource

Specifies interface for sources used to create RfCavity model elements.


Method Summary
 UnivariateRealPolynomial getSTFFit()
          return a polynomial fit of the "S" transit time factor as a function of beta
 UnivariateRealPolynomial getSTFPrimeFit()
          return a polynomial fit of the "S" transit time factor prime as a function of beta
 UnivariateRealPolynomial getTTFFit()
          return a polynomial fit of the transit time factor as a function of beta
 UnivariateRealPolynomial getTTFPrimeFit()
          return a polynomial fit of the transit time factor prime as a function of beta
 

Method Detail

getTTFFit

public UnivariateRealPolynomial getTTFFit()
return a polynomial fit of the transit time factor as a function of beta


getTTFPrimeFit

public UnivariateRealPolynomial getTTFPrimeFit()
return a polynomial fit of the transit time factor prime as a function of beta


getSTFFit

public UnivariateRealPolynomial getSTFFit()
return a polynomial fit of the "S" transit time factor as a function of beta


getSTFPrimeFit

public UnivariateRealPolynomial getSTFPrimeFit()
return a polynomial fit of the "S" transit time factor prime as a function of beta