All Implemented Interfaces:
Cloneable, ISimpleElement

public class Septum extends AbstractMagnetElement
This type represents septum. It is not controlled by DataBush and is just place holder
Author:
igor@scictrl.com
  • Constructor Details

    • Septum

      public Septum(String name)
      Constructs Septum with specified name and default parameter's values.
      Parameters:
      name - a String name
    • Septum

      public Septum(String name, boolean virtual, double position, double relpos, String relFrom, double length, String ps)
      Constructs the Septum with specified parameters.
      Parameters:
      name - a String object
      virtual - a boolean
      position - a double
      relpos - a double
      relFrom - a String object
      length - a double
      ps - a String object
  • Method Details