ambit2.core.data.experiment
Class DSSToxCarcinogenicityTemplate

Package class diagram package DSSToxCarcinogenicityTemplate
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.DSSToxCarcinogenicityTemplate

public class DSSToxCarcinogenicityTemplate
extends DSSToxLC50Template

A template with fields extracted from DSSTox carcinogenicity database. Use when importing DSSTox carcnogenicity 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
DSSToxCarcinogenicityTemplate(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

DSSToxCarcinogenicityTemplate

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

init

public void init()
Overrides:
init in class DSSToxLC50Template