Class MatchConstraintLocal
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.result.match.input.MatchConstraintLocal
-
- All Implemented Interfaces:
MatchConstraint
public class MatchConstraintLocal extends java.lang.Object implements MatchConstraint
-
-
Constructor Summary
Constructors Constructor Description MatchConstraintLocal(MadxRange madxRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetAlfx()java.lang.DoublegetAlfy()java.lang.DoublegetBetx()java.lang.DoublegetBety()java.lang.DoublegetDdpx()java.lang.DoublegetDdpy()java.lang.DoublegetDdx()java.lang.DoublegetDdy()java.lang.DoublegetDpx()java.lang.DoublegetDpy()java.lang.DoublegetDx()java.lang.DoublegetDy()MadxRangegetMadxRange()java.util.List<MadxTwissVariable>getMadxVariables()java.lang.DoublegetMux()java.lang.DoublegetMuy()java.util.Map<java.lang.String,java.lang.Double>getParameterSettings()java.lang.DoublegetPx()java.lang.DoublegetPy()java.util.List<java.lang.String>getReadoutNames()java.lang.DoublegetValue(MadxTwissVariable variable)java.lang.DoublegetX()java.lang.DoublegetY()booleanisGlobal()voidsetAlfx(java.lang.Double alfx)voidsetAlfy(java.lang.Double alfy)voidsetBetx(java.lang.Double betx)voidsetBety(java.lang.Double bety)voidsetDdpx(java.lang.Double ddpx)voidsetDdpy(java.lang.Double ddpy)voidsetDdx(java.lang.Double ddx)voidsetDdy(java.lang.Double ddy)voidsetDpx(java.lang.Double dpx)voidsetDpy(java.lang.Double dpy)voidsetDx(java.lang.Double dx)voidsetDy(java.lang.Double dy)voidsetMux(java.lang.Double mux)voidsetMuy(java.lang.Double muy)voidsetPx(java.lang.Double px)voidsetPy(java.lang.Double py)voidsetX(java.lang.Double x)voidsetY(java.lang.Double y)
-
-
-
Constructor Detail
-
MatchConstraintLocal
public MatchConstraintLocal(MadxRange madxRange)
-
-
Method Detail
-
getValue
public java.lang.Double getValue(MadxTwissVariable variable)
-
getBetx
public java.lang.Double getBetx()
-
setBetx
public void setBetx(java.lang.Double betx)
-
getBety
public java.lang.Double getBety()
-
setBety
public void setBety(java.lang.Double bety)
-
getMux
public java.lang.Double getMux()
-
setMux
public void setMux(java.lang.Double mux)
-
getMuy
public java.lang.Double getMuy()
-
setMuy
public void setMuy(java.lang.Double muy)
-
getDx
public java.lang.Double getDx()
-
setDx
public void setDx(java.lang.Double dx)
-
getDy
public java.lang.Double getDy()
-
setDy
public void setDy(java.lang.Double dy)
-
getAlfx
public java.lang.Double getAlfx()
-
setAlfx
public void setAlfx(java.lang.Double alfx)
-
getAlfy
public java.lang.Double getAlfy()
-
setAlfy
public void setAlfy(java.lang.Double alfy)
-
getDdx
public java.lang.Double getDdx()
-
setDdx
public void setDdx(java.lang.Double ddx)
-
getDpx
public java.lang.Double getDpx()
-
setDpx
public void setDpx(java.lang.Double dpx)
-
getDpy
public java.lang.Double getDpy()
-
setDpy
public void setDpy(java.lang.Double dpy)
-
getDdy
public java.lang.Double getDdy()
-
setDdy
public void setDdy(java.lang.Double ddy)
-
getDdpx
public java.lang.Double getDdpx()
-
setDdpx
public void setDdpx(java.lang.Double ddpx)
-
getDdpy
public java.lang.Double getDdpy()
-
setDdpy
public void setDdpy(java.lang.Double ddpy)
-
getX
public java.lang.Double getX()
-
setX
public void setX(java.lang.Double x)
-
getPx
public java.lang.Double getPx()
-
setPx
public void setPx(java.lang.Double px)
-
getY
public java.lang.Double getY()
-
setY
public void setY(java.lang.Double y)
-
getPy
public java.lang.Double getPy()
-
setPy
public void setPy(java.lang.Double py)
-
getMadxVariables
public java.util.List<MadxTwissVariable> getMadxVariables()
-
getMadxRange
public MadxRange getMadxRange()
-
isGlobal
public boolean isGlobal()
- Specified by:
isGlobalin interfaceMatchConstraint- Returns:
- true, if it is a global constraint
-
getReadoutNames
public java.util.List<java.lang.String> getReadoutNames()
- Specified by:
getReadoutNamesin interfaceMatchConstraint- Returns:
- Madx values-command names to read the resulting value of the constraints after matching...
for local matching, if a range is specified, only names for first and last element of the range are returned
-
getParameterSettings
public java.util.Map<java.lang.String,java.lang.Double> getParameterSettings()
- Specified by:
getParameterSettingsin interfaceMatchConstraint- Returns:
- MadxName-Value Pairs for all defined Parameters of this constraint
-
-