biouml.standard.type
Class Species
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.Species
- public class Species
- extends MutableDataElementSupport
General definition for 'Species' concept.
Generally, species latin name is its identifier as DataElement,
thus methods getName() and getLatinName() should returns the same value.
- pending DataElement.origin should reffer to species classification.
| Method Summary |
String | getAbbreviation() Returns species abbreviation used in gene and proteine identifiers. |
String | getCommonName() Returns species common name (generally english), for example 'mouse'. |
String | getLatinName() Returns species latin name, for example 'Mus musculus'. |
void | setAbbreviation(String abbreviation) |
void | setCommonName(String commonName) |
| Methods inherited from class com.beanexplorer.swing.table.Option |
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
Species
public Species(DataCollection parent, String name)
getAbbreviation
public String getAbbreviation()
- Returns species abbreviation used in gene and proteine identifiers.
Generally it is two letter species abrevations, for example 'Mm' for 'Mus musculus'.
getCommonName
public String getCommonName()
- Returns species common name (generally english), for example 'mouse'.
getLatinName
public String getLatinName()
- Returns species latin name, for example 'Mus musculus'.
setAbbreviation
public void setAbbreviation(String abbreviation)
setCommonName
public void setCommonName(String commonName)
to Class java.lang.String
to Class java.lang.String
BOTTOM