apollo.dataadapter
Class KaryotypeAdapter
java.lang.Object
apollo.dataadapter.KaryotypeAdapter
- All Implemented Interfaces:
- KaryotypeAdapterI
public class KaryotypeAdapter
- extends java.lang.Object
- implements KaryotypeAdapterI
A simple implementation of KaryotypeAdapterI. I am a bucket
of information passed forward to the FullEnsjSyntenyPanel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KaryotypeAdapter
public KaryotypeAdapter()
getName
public java.lang.String getName()
- Specified by:
getName in interface KaryotypeAdapterI
setName
public java.lang.String setName(java.lang.String name)
getType
public java.lang.String getType()
- Specified by:
getType in interface KaryotypeAdapterI
setType
public void setType(java.lang.String type)
getKaryotypes
public java.util.Vector getKaryotypes()
- Specified by:
getKaryotypes in interface KaryotypeAdapterI
getKaryotypeBySpeciesName
public Karyotype getKaryotypeBySpeciesName(java.lang.String name)
- Specified by:
getKaryotypeBySpeciesName in interface KaryotypeAdapterI
addKaryotype
public void addKaryotype(Karyotype karyotype)