mutant.categories
Class MutantCategory

java.lang.Object
  extended by java.util.Observable
      extended by toxTree.tree.DefaultCategory
          extended by mutant.categories.MutantCategory
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IDecisionCategory>, IDecisionCategory, XMLSerializable
Direct Known Subclasses:
CategoryCarcinogen, CategoryError, CategoryMutagenTA100, CategoryNoGenotoxicAlert, CategoryNonMutagen, CategoryNoNongenotoxicAlert, CategoryNotCarcinogen, CategoryPositiveAlertGenotoxic, CategoryPositiveAlertNongenotoxic, QSARApplicable

public class MutantCategory
extends DefaultCategory

See Also:
Serialized Form

Field Summary
protected  int priority
           
 
Fields inherited from class toxTree.tree.DefaultCategory
explanation, id, name, selected, threshold
 
Fields inherited from interface toxTree.core.XMLSerializable
xmltag_CATEGORIES, xmltag_CATEGORY, xmltag_CATEGORYTHRESHOLD, xmltag_CLASS, xmltag_EXPLANATION, xmltag_ID, xmltag_METHOD, xmltag_METHODPARAMETER, xmltag_METHODS, xmltag_NAME, xmltag_RULE, xmltag_RULEEXAMPLE, xmltag_RULES, xmltag_TREEROOT
 
Constructor Summary
MutantCategory(java.lang.String name, int id)
           
MutantCategory(java.lang.String name, int id, int priority)
           
 
Method Summary
 int compareTo(IDecisionCategory o)
           
 int getPriority()
           
 void setPriority(int priority)
           
 
Methods inherited from class toxTree.tree.DefaultCategory
equals, fromXML, getEditor, getExplanation, getID, getName, getThreshold, isSelected, setExplanation, setID, setName, setSelected, setThreshold, toShallowXML, toString, toXML
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

priority

protected int priority
Constructor Detail

MutantCategory

public MutantCategory(java.lang.String name,
                      int id,
                      int priority)

MutantCategory

public MutantCategory(java.lang.String name,
                      int id)
Method Detail

compareTo

public int compareTo(IDecisionCategory o)
Specified by:
compareTo in interface java.lang.Comparable<IDecisionCategory>
Overrides:
compareTo in class DefaultCategory

getPriority

public int getPriority()

setPriority

public void setPriority(int priority)


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.