uk.ac.ed.simulator_pdb.model.neuroml_handler
Class XMLSimObject

java.lang.Object
  extended byuk.ac.ed.simulator_pdb.model.neuroml_handler.XMLSimObject

public class XMLSimObject
extends java.lang.Object


Field Summary
 double centreOfMassX
           
 double centreOfMassY
           
 double centreOfMassZ
           
 java.lang.String id
           
 double orientationAngle
           
 double orientationX
           
 double orientationY
           
 double orientationZ
           
 java.lang.String templateId
           
 
Constructor Summary
XMLSimObject()
           
XMLSimObject(SimObject object)
           
 
Method Summary
 void addTo(InstanceFile instance_file, TemplateFile[] template_files)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

templateId

public java.lang.String templateId

centreOfMassX

public double centreOfMassX

centreOfMassY

public double centreOfMassY

centreOfMassZ

public double centreOfMassZ

orientationX

public double orientationX

orientationY

public double orientationY

orientationZ

public double orientationZ

orientationAngle

public double orientationAngle
Constructor Detail

XMLSimObject

public XMLSimObject()

XMLSimObject

public XMLSimObject(SimObject object)
Method Detail

addTo

public void addTo(InstanceFile instance_file,
                  TemplateFile[] template_files)