Uses of Class
xal.sim.scenario.ElementMapping
Packages that use ElementMapping
Package
Description
Combination of modeling elements from TraceWin documentation put into OpenXAL reference frame.
-
Uses of ElementMapping in xal.extension.jels.model.elem
Subclasses of ElementMapping in xal.extension.jels.model.elemModifier and TypeClassDescriptionclassThe default element mapping implemented as singleton.Fields in xal.extension.jels.model.elem declared as ElementMappingMethods in xal.extension.jels.model.elem that return ElementMappingModifier and TypeMethodDescriptionstatic ElementMappingJElsElementMapping.getInstance()Returns the default element mapping. -
Uses of ElementMapping in xal.sim.scenario
Subclasses of ElementMapping in xal.sim.scenarioModifier and TypeClassDescriptionclassThe default element mapping implemented as singleton.classThe default element mapping implemented as singleton.Fields in xal.sim.scenario declared as ElementMappingModifier and TypeFieldDescriptionprotected static ElementMappingDefaultElementMapping.instanceprotected static ElementMappingFileBasedElementMapping.instanceDeprecated.CKA - never usedMethods in xal.sim.scenario that return ElementMappingModifier and TypeMethodDescriptionstatic ElementMappingDefaultElementMapping.getInstance()Returns the default element mapping.static ElementMappingPluginElementMapping.getInstance()This method is used to replace default element mapping with JELS element mapping.LatticeSequence.getNodeToElementMap()Returns the map of SMF hardware nodes to online modeling elements, or more specifically, modeling element class types.static ElementMappingCreates a new element mapping objects from the given definition file and its provided schema.Methods in xal.sim.scenario with parameters of type ElementMappingModifier and TypeMethodDescriptionstatic ScenarioScenario.newScenarioFor(AcceleratorSeq smfSeq, ElementMapping mapNodeToElem) Creates a new Scenario for the supplied accelerator sequence and element mapping.Constructors in xal.sim.scenario with parameters of type ElementMappingModifierConstructorDescriptionFileBasedElementMapping(ElementMapping elementMapping) LatticeSequence(AcceleratorSeq smfSeqRoot, ElementMapping mapNodeToElem) Constructor for lattice sequences.LatticeSequenceCombo(AcceleratorSeqCombo smfSeqCmbRoot, ElementMapping mapNodeToElem) Constructor for lattice combo sequences. -
Uses of ElementMapping in xal.smf
Methods in xal.smf that return ElementMappingModifier and TypeMethodDescriptionAccelerator.getElementMapping()Returns the model element mapping currently in use by this accelerator.Methods in xal.smf with parameters of type ElementMappingModifier and TypeMethodDescriptionvoidAccelerator.setElementMapping(ElementMapping elementMapping) Sets the model element mapping used by this accelerator object.