Uses of Class
simpa.core.api.SourceArrangement
Packages that use SourceArrangement
Package
Description
This package contains all the interfaces and classes related to the creation and setting up of components
to construct accelerators.
This package contains all public interfaces and classes that can be programmed to.
-
Uses of SourceArrangement in simpa.acc.api.create
Methods in simpa.acc.api.create that return SourceArrangementMethods in simpa.acc.api.create that return types with arguments of type SourceArrangementModifier and TypeMethodDescriptionSequence.getSourceArrangementGroups()
Gets the map of SourceArrangment groups in the sequence.Sequence.getSourceArrangements()
Gets a list of theSourceArrangement
objects in the sequence. -
Uses of SourceArrangement in simpa.core.api
Methods in simpa.core.api that return SourceArrangementModifier and TypeMethodDescriptionSourceArrangement.transformSources
(org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation, org.apache.commons.math3.geometry.euclidean.threed.Rotation rotation) Creates a transformed instance.Methods in simpa.core.api that return types with arguments of type SourceArrangementModifier and TypeMethodDescriptionGlobalSourceArrangement.getElements()
Gets the list of SourceArrangement objects.Constructor parameters in simpa.core.api with type arguments of type SourceArrangementModifierConstructorDescriptionGlobalSourceArrangement
(String name, List<SourceArrangement> list, double scaling) Construct a global source arrangement with the given name, list of SourceArrangement objects and scaling.