gov.sns.xal.smf.xdxf
Class T3dDfltBuilder

java.lang.Object
  |
  +--gov.sns.xal.smf.xdxf.T3dDfltBuilder

public class T3dDfltBuilder
extends java.lang.Object


Field Summary
 int devCount
          total device count
 int devCountNoDiag
          device count without dianostic ones
protected  java.lang.String sequenceName
          global variable sequenceName for passing sequence Name into this object
protected  java.lang.String strUrl
          input XML file URL
 
Constructor Summary
T3dDfltBuilder(java.lang.String URL, java.lang.String seqName)
          Constructor
 
Method Summary
 Accelerator buildT3dInputSplitQuads()
          parse xdxf file and prepare the T3d input file with all quads splitted to 2
 int getDeviceCountNoDiag()
          get the device count without diagnostic devices
 int getTotalDeviceCount()
          get the total device count
 java.lang.String toString(double[] arrDbl)
          convert double to String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequenceName

protected java.lang.String sequenceName
global variable sequenceName for passing sequence Name into this object


strUrl

protected java.lang.String strUrl
input XML file URL


devCount

public int devCount
total device count


devCountNoDiag

public int devCountNoDiag
device count without dianostic ones

Constructor Detail

T3dDfltBuilder

public T3dDfltBuilder(java.lang.String URL,
                      java.lang.String seqName)
Constructor

Method Detail

buildT3dInputSplitQuads

public Accelerator buildT3dInputSplitQuads()
                                    throws java.io.IOException
parse xdxf file and prepare the T3d input file with all quads splitted to 2

java.io.IOException

getTotalDeviceCount

public int getTotalDeviceCount()
get the total device count


getDeviceCountNoDiag

public int getDeviceCountNoDiag()
get the device count without diagnostic devices


toString

public java.lang.String toString(double[] arrDbl)
convert double to String