HEADER

biouml.standard.type
Class Function

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
              |
              +--biouml.standard.type.Referrer
                    |
                    +--biouml.standard.type.Concept
                          |
                          +--biouml.standard.type.Function

public class Function
extends Concept

Molecular function is an activity or task performed by a gene product or other biological entity. It often corresponds to something (such as enzymatic activity) that can be measured in vitro.

pending define its specific properties.

Constructor Summary
Function(DataCollection parent, String name)
           

Method Summary
 StringgetType()
           

Methods inherited from class biouml.standard.type.Concept
getCompleteName, getSynonyms, setCompleteName, setSynonyms, setType

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

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

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

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

Constructor Detail

Function

public Function(DataCollection parent, String name)
Method Detail

getType

public String getType()

FOOTER

BOTTOM