HEADER

biouml.modules.genenet.type
Class DiagramDescription

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableDataElementSupport
              |
              +--biouml.standard.type.BaseSupport
                    |
                    +--biouml.standard.type.GenericEntity
                          |
                          +--biouml.standard.type.Referrer
                                |
                                +--biouml.standard.type.DiagramDescription
                                      |
                                      +--biouml.modules.genenet.type.DiagramDescription

public class DiagramDescription
extends DiagramDescription

Definition of entry for GeneNet 'Scheme' table.

pending DC field;, RR - needs some class for value presentation

Constructor Summary
DiagramDescription(DataCollection origin, String name)
           

Methods inherited from class biouml.standard.type.Referrer
getDatabaseReferences, getLiteratureReferences, setDatabaseReferences, setLiteratureReferences

Methods inherited from class biouml.standard.type.GenericEntity
getComment, getDate, setComment, setDate

Methods inherited from class biouml.standard.type.BaseSupport
getTitle, getType

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

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

Constructor Detail

DiagramDescription

public DiagramDescription(DataCollection origin, String name)

FOOTER

BOTTOM