All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.dawnsci.nexus.NXcollimator Maven / Gradle / Ivy

/*-
 *******************************************************************************
 * Copyright (c) 2015 Diamond Light Source Ltd.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * This file was auto-generated from the NXDL XML definition.
 *******************************************************************************/

package org.eclipse.dawnsci.nexus;

import java.util.Map;

import org.eclipse.dawnsci.analysis.api.tree.DataNode;
import org.eclipse.january.dataset.IDataset;

/**
 * A beamline collimator.
 * 
 */
public interface NXcollimator extends NXobject {

	public static final String NX_TYPE = "type";
	public static final String NX_SOLLER_ANGLE = "soller_angle";
	public static final String NX_DIVERGENCE_X = "divergence_x";
	public static final String NX_DIVERGENCE_Y = "divergence_y";
	public static final String NX_FREQUENCY = "frequency";
	public static final String NX_BLADE_THICKNESS = "blade_thickness";
	public static final String NX_BLADE_SPACING = "blade_spacing";
	public static final String NX_ABSORBING_MATERIAL = "absorbing_material";
	public static final String NX_TRANSMITTING_MATERIAL = "transmitting_material";
	/**
	 * position, shape and size
	 * 
	 * @return  the value.
	 */
	public NXgeometry getGeometry();
	
	/**
	 * position, shape and size
	 * 
	 * @param geometry the geometry
	 */
	public void setGeometry(NXgeometry geometry);
  
	/**
	 * Get a NXgeometry node by name:
	 * 
    *
  • * position, shape and size
  • *
* * @param name the name of the node. * @return a map from node names to the NXgeometry for that node. */ public NXgeometry getGeometry(String name); /** * Set a NXgeometry node by name: *
    *
  • * position, shape and size
  • *
* * @param name the name of the node * @param geometry the value to set */ public void setGeometry(String name, NXgeometry geometry); /** * Get all NXgeometry nodes: *
    *
  • * position, shape and size
  • *
* * @return a map from node names to the NXgeometry for that node. */ public Map getAllGeometry(); /** * Set multiple child nodes of a particular type. *
    *
  • * position, shape and size
  • *
* * @param geometry the child nodes to add */ public void setAllGeometry(Map geometry); /** *

*

Enumeration:

    *
  • Soller
  • *
  • radial
  • *
  • oscillating
  • *
  • honeycomb

*

* * @return the value. */ public IDataset getType(); /** *

*

Enumeration:

    *
  • Soller
  • *
  • radial
  • *
  • oscillating
  • *
  • honeycomb

*

* * @param type the type */ public DataNode setType(IDataset type); /** *

*

Enumeration:

    *
  • Soller
  • *
  • radial
  • *
  • oscillating
  • *
  • honeycomb

*

* * @return the value. */ public String getTypeScalar(); /** *

*

Enumeration:

    *
  • Soller
  • *
  • radial
  • *
  • oscillating
  • *
  • honeycomb

*

* * @param type the type */ public DataNode setTypeScalar(String type); /** * Angular divergence of Soller collimator *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @return the value. */ public IDataset getSoller_angle(); /** * Angular divergence of Soller collimator *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @param soller_angle the soller_angle */ public DataNode setSoller_angle(IDataset soller_angle); /** * Angular divergence of Soller collimator *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @return the value. */ public Double getSoller_angleScalar(); /** * Angular divergence of Soller collimator *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @param soller_angle the soller_angle */ public DataNode setSoller_angleScalar(Double soller_angle); /** * divergence of collimator in local x direction *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @return the value. */ public IDataset getDivergence_x(); /** * divergence of collimator in local x direction *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @param divergence_x the divergence_x */ public DataNode setDivergence_x(IDataset divergence_x); /** * divergence of collimator in local x direction *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @return the value. */ public Double getDivergence_xScalar(); /** * divergence of collimator in local x direction *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @param divergence_x the divergence_x */ public DataNode setDivergence_xScalar(Double divergence_x); /** * divergence of collimator in local y direction *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @return the value. */ public IDataset getDivergence_y(); /** * divergence of collimator in local y direction *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @param divergence_y the divergence_y */ public DataNode setDivergence_y(IDataset divergence_y); /** * divergence of collimator in local y direction *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @return the value. */ public Double getDivergence_yScalar(); /** * divergence of collimator in local y direction *

* Type: NX_FLOAT * Units: NX_ANGLE *

* * @param divergence_y the divergence_y */ public DataNode setDivergence_yScalar(Double divergence_y); /** * Frequency of oscillating collimator *

* Type: NX_FLOAT * Units: NX_FREQUENCY *

* * @return the value. */ public IDataset getFrequency(); /** * Frequency of oscillating collimator *

* Type: NX_FLOAT * Units: NX_FREQUENCY *

* * @param frequency the frequency */ public DataNode setFrequency(IDataset frequency); /** * Frequency of oscillating collimator *

* Type: NX_FLOAT * Units: NX_FREQUENCY *

* * @return the value. */ public Double getFrequencyScalar(); /** * Frequency of oscillating collimator *

* Type: NX_FLOAT * Units: NX_FREQUENCY *

* * @param frequency the frequency */ public DataNode setFrequencyScalar(Double frequency); /** * Log of frequency * * @return the value. */ public NXlog getFrequency_log(); /** * Log of frequency * * @param frequency_log the frequency_log */ public void setFrequency_log(NXlog frequency_log); /** * blade thickness *

* Type: NX_FLOAT * Units: NX_LENGTH *

* * @return the value. */ public IDataset getBlade_thickness(); /** * blade thickness *

* Type: NX_FLOAT * Units: NX_LENGTH *

* * @param blade_thickness the blade_thickness */ public DataNode setBlade_thickness(IDataset blade_thickness); /** * blade thickness *

* Type: NX_FLOAT * Units: NX_LENGTH *

* * @return the value. */ public Double getBlade_thicknessScalar(); /** * blade thickness *

* Type: NX_FLOAT * Units: NX_LENGTH *

* * @param blade_thickness the blade_thickness */ public DataNode setBlade_thicknessScalar(Double blade_thickness); /** * blade spacing *

* Type: NX_FLOAT * Units: NX_LENGTH *

* * @return the value. */ public IDataset getBlade_spacing(); /** * blade spacing *

* Type: NX_FLOAT * Units: NX_LENGTH *

* * @param blade_spacing the blade_spacing */ public DataNode setBlade_spacing(IDataset blade_spacing); /** * blade spacing *

* Type: NX_FLOAT * Units: NX_LENGTH *

* * @return the value. */ public Double getBlade_spacingScalar(); /** * blade spacing *

* Type: NX_FLOAT * Units: NX_LENGTH *

* * @param blade_spacing the blade_spacing */ public DataNode setBlade_spacingScalar(Double blade_spacing); /** * name of absorbing material * * @return the value. */ public IDataset getAbsorbing_material(); /** * name of absorbing material * * @param absorbing_material the absorbing_material */ public DataNode setAbsorbing_material(IDataset absorbing_material); /** * name of absorbing material * * @return the value. */ public String getAbsorbing_materialScalar(); /** * name of absorbing material * * @param absorbing_material the absorbing_material */ public DataNode setAbsorbing_materialScalar(String absorbing_material); /** * name of transmitting material * * @return the value. */ public IDataset getTransmitting_material(); /** * name of transmitting material * * @param transmitting_material the transmitting_material */ public DataNode setTransmitting_material(IDataset transmitting_material); /** * name of transmitting material * * @return the value. */ public String getTransmitting_materialScalar(); /** * name of transmitting material * * @param transmitting_material the transmitting_material */ public DataNode setTransmitting_materialScalar(String transmitting_material); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy