ambit2.core.data.experiment
Class DSSToxERBindingTemplate

Package class diagram package DSSToxERBindingTemplate
java.lang.Object
  extended by ambit2.base.data.Profile<ambit2.base.data.Property>
      extended by ambit2.base.data.Template
          extended by ambit2.core.data.experiment.DSSToxLC50Template
              extended by ambit2.core.data.experiment.DSSToxERBindingTemplate

public class DSSToxERBindingTemplate
extends DSSToxLC50Template

A template with fields extracted from DSSTox estrogen binding database. Use when importing DSSTox estrogen binding SDF file.


Field Summary
 
Fields inherited from class ambit2.base.data.Template
id
 
Fields inherited from class ambit2.base.data.Profile
container, name, profile_property_added, profile_property_change, profile_property_removed
 
Constructor Summary
DSSToxERBindingTemplate(java.lang.String name)
           
 
Method Summary
 void init()
           
 
Methods inherited from class ambit2.base.data.Template
add, addFields, buildDocument, getId, load, load, save, save, setId, toString
 
Methods inherited from class ambit2.base.data.Profile
add, add, addPropertyChangeListener, clear, get, get, getName, getProperties, iterator, removePropertyChangeListener, setChanged, setName, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSSToxERBindingTemplate

public DSSToxERBindingTemplate(java.lang.String name)
Method Detail

init

public void init()
Overrides:
init in class DSSToxLC50Template