public class Sextupole extends Element
Element.SECTIONfmt, handleAsThick| Constructor and Description |
|---|
Sextupole(double position,
double len)
Creates a new instance of Sextupole
|
Sextupole(java.lang.Double position,
java.lang.Double len)
Creates a new instance of Sextupole
|
Sextupole(double position,
double len,
java.lang.String name)
Creates a new instance of Sextupole
|
Sextupole(java.lang.Double position,
java.lang.Double len,
java.lang.String name)
Creates a new instance of Sextupole
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
When called with a Visitor reference the implementor can either
reject to be visited (empty method body) or call the Visitor by
passing its own object reference.
|
java.lang.String |
getType()
Return the element type.
|
clone, getAcceleratorNode, getBase, getEndPosition, getFam, getHardwareSection, getLength, getName, getPosition, getStartPosition, isThick, setAcceleratorNode, setBase, setHardwareSection, setLength, setPosition, split, toAbsolutePosition, toCoutString, versionpublic Sextupole(double position,
double len,
java.lang.String name)
public Sextupole(java.lang.Double position,
java.lang.Double len,
java.lang.String name)
public Sextupole(double position,
double len)
public Sextupole(java.lang.Double position,
java.lang.Double len)
public java.lang.String getType()
Elementpublic void accept(Visitor v)
accept in interface VisitorListeneraccept in class Elementv - the Visitor which wants to visit this object.