gov.sns.xal.model.gen.ptree
Class DriftSpace

java.lang.Object
  |
  +--gov.sns.xal.model.gen.ptree.ProxyNode
        |
        +--gov.sns.xal.model.gen.ptree.DriftSpace

public class DriftSpace
extends ProxyNode

Concrete class of the ProxyNode hierarchy representing a drift space within a beam line. Note that a drift space has no direct hardware representation, only a modeling one. Drift space nodes in the proxy tree may have child nodes of type ThinHardware only.


Method Summary
 double getLength()
          Return the lenght of the drift space
 
Methods inherited from class gov.sns.xal.model.gen.ptree.ProxyNode
childIterator, disseminateVisitor, getChildCount, getInterval, leafVisitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLength

public double getLength()
Return the lenght of the drift space

Returns:
length of drift space