Uses of Enum Class
simpa.acc.api.create.AccElement.ElementType
Packages that use AccElement.ElementType
Package
Description
This package contains all the interfaces and classes related to the creation and setting up of components
to construct accelerators.
-
Uses of AccElement.ElementType in simpa.acc.api.create
Methods in simpa.acc.api.create that return AccElement.ElementTypeModifier and TypeMethodDescriptionAccElement.getType()
AccSourceArrangement.getType()
MarkerElement.getType()
static AccElement.ElementType
Returns the enum constant of this class with the specified name.static AccElement.ElementType[]
AccElement.ElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in simpa.acc.api.create with parameters of type AccElement.ElementTypeModifier and TypeMethodDescriptionvoid
Sequence.addMarkerElement
(double longiPos, String name, AccElement.ElementType type, Map<Double, Profile> profileMap) Adds a marker element (marker, pickup) to the specified position.Constructors in simpa.acc.api.create with parameters of type AccElement.ElementTypeModifierConstructorDescriptionMarkerElement
(String name, double longiPos, AccElement.ElementType type)