Uses of Enum Class
eu.ess.bled.devices.lattice.RFCavity.CavityType
Packages that use RFCavity.CavityType
Package
Description
eu.ess.bled.devices.lattice contains the objects that are a part
of the accelerator lattice.-
Uses of RFCavity.CavityType in eu.ess.bled.devices.lattice
Methods in eu.ess.bled.devices.lattice that return RFCavity.CavityTypeModifier and TypeMethodDescriptionRFCavity.getType()static RFCavity.CavityTypeReturns the enum constant of this class with the specified name.static RFCavity.CavityType[]RFCavity.CavityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.ess.bled.devices.lattice with parameters of type RFCavity.CavityType -
Uses of RFCavity.CavityType in eu.ess.lt.parser
Methods in eu.ess.lt.parser with parameters of type RFCavity.CavityTypeModifier and TypeMethodDescriptionComponentFactory.getRFCavity(String name, double gapVoltage, double rfPhase, double apertureRadius, boolean isPhaseAbsolute, double beta, double transitTimeFactor, double kT, double kkT, double kS, double kkS, RFCavity.CavityType cavityType, Integer previousSubsystem) Returns an existingRFCavityidentified by its name, or creates a new one.ComponentFactory.getRFCavity(String name, double length, int cellNumber, double averageAccField, double phaseAtEntrance, double aperture, boolean isPhaseAbsolute, RFCavity.CavityType cavityType, Integer previousSubsystem) Returns an existingRFCavityidentified by its name, or creates a new one.