Class CorrectorKickDataImpl

    • Constructor Detail

      • CorrectorKickDataImpl

        public CorrectorKickDataImpl()
    • Method Detail

      • setPlaneToken

        public final void setPlaneToken​(java.lang.String planeToken)
        Parameters:
        planeToken - the planeToken to set
      • setSignToken

        public final void setSignToken​(java.lang.String signToken)
        Parameters:
        signToken - the signToken to set
      • setCorrectorName

        public final void setCorrectorName​(java.lang.String correctorName)
        Parameters:
        correctorName - the correctorName to set
      • getCorrectorKey

        public java.lang.String getCorrectorKey()
        Specified by:
        getCorrectorKey in interface CorrectorKickData
        Returns:
        the key of the corrector, which was kicked.
      • getCorrectorName

        public java.lang.String getCorrectorName()
        Specified by:
        getCorrectorName in interface CorrectorKickData
        Returns:
        the name of the corrector, which was kicked.
      • isVertical

        public boolean isVertical()
        Description copied from interface: CorrectorKickData
        determines if the file corresponds to a vertical active Corrector
        Specified by:
        isVertical in interface CorrectorKickData
        Returns:
        true if vertical corrector
      • isHorizontal

        public boolean isHorizontal()
        Description copied from interface: CorrectorKickData
        determines if the file corresponds to a horizontal active Corrector
        Specified by:
        isHorizontal in interface CorrectorKickData
        Returns:
        true if horizontal corrector
      • isPlus

        public boolean isPlus()
        Description copied from interface: CorrectorKickData
        determines if the file corresponds to a 'plus' measurement.
        Specified by:
        isPlus in interface CorrectorKickData
        Returns:
        true, if 'plus' measurement.
      • isMinus

        public boolean isMinus()
        Description copied from interface: CorrectorKickData
        determines if the file corresponds to a 'minus' measurement.
        Specified by:
        isMinus in interface CorrectorKickData
        Returns:
        true, if 'minus' measurement.
      • setBeamNumber

        public void setBeamNumber​(BeamNumber beamNumber)