Package cern.accsoft.steering.aloha.util
Class JMadUtil
- java.lang.Object
-
- cern.accsoft.steering.aloha.util.JMadUtil
-
public class JMadUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static cern.accsoft.steering.jmad.domain.types.enums.JMadPlaneconvertPlane(Plane plane)converts the aloha-plane to the plane enum of the model
-
-
-
Method Detail
-
convertPlane
public static cern.accsoft.steering.jmad.domain.types.enums.JMadPlane convertPlane(Plane plane)
converts the aloha-plane to the plane enum of the model- Parameters:
plane- the plane to convert- Returns:
- the model plane
-
-