HEADER

biouml.standard.type
Class Process

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

public class Process
extends Concept

Biological process is a biological goal that requires more than one function. Examples of broad biological proceses are: "cell growth and maintenance", "signal transduction", examples of more specific processes are: "pirimidine metabolism" or "cAMP biosynthesis".

pending define its specific properties.

Constructor Summary
Process(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

Process

public Process(DataCollection parent, String name)
Method Detail

getType

public String getType()

FOOTER

BOTTOM