|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.xal.model.elem.ElementSeq
|
+--gov.sns.xal.model.elem.RfCavity
| Field Summary | |
static java.lang.String |
s_strType
string type identifier for class |
| Fields inherited from class gov.sns.xal.model.elem.ElementSeq |
s_szDefReserve |
| Constructor Summary | |
RfCavity()
|
|
| Method Summary | |
UnivariateRealPolynomial |
getStf()
return a polynomial fit of the "S" transit time factor as a function of beta |
UnivariateRealPolynomial |
getStfPrime()
return a polynomial fit of the "S" transit time factor prime as a function of beta |
UnivariateRealPolynomial |
getTtf()
return a polynomial fit of the transit time factor as a function of beta |
UnivariateRealPolynomial |
getTtfPrime()
return a polynomial fit of the transit time factor prime as a function of beta |
void |
initializeFrom(IModelDataSource source)
Initialize this element from the supplied source. |
void |
setStf(UnivariateRealPolynomial polynomial)
|
void |
setStfPrime(UnivariateRealPolynomial polynomial)
|
void |
setTtf(UnivariateRealPolynomial polynomial)
|
void |
setTtfPrime(UnivariateRealPolynomial polynomial)
|
| Methods inherited from class gov.sns.xal.model.elem.ElementSeq |
addChild, childIterator, concatenateEquals, getChild, getChildCount, getComments, getId, getLeafCount, getLength, getType, globalIterator, localIterator, print, propagate, remove, setComments, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String s_strType
| Constructor Detail |
public RfCavity()
| Method Detail |
public UnivariateRealPolynomial getTtf()
public void setTtf(UnivariateRealPolynomial polynomial)
public UnivariateRealPolynomial getTtfPrime()
public void setTtfPrime(UnivariateRealPolynomial polynomial)
public UnivariateRealPolynomial getStf()
public void setStf(UnivariateRealPolynomial polynomial)
public UnivariateRealPolynomial getStfPrime()
public void setStfPrime(UnivariateRealPolynomial polynomial)
public void initializeFrom(IModelDataSource source)
throws ModelException
source - data source to initialize from
java.lang.IllegalArgumentException - if source is not a RfCavityDataSource
ModelException - never
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||