HEADER

biouml.standard.type
Interface Base

All Known Implementing Classes:
BaseSupport

public interface Base
extends DataElement, Type

General interface to be implemented by all classes to be used as BioUML diagram elements.


Fields inherited from interface biouml.standard.type.Type
TYPE_CELL, TYPE_COMPARTMENT, TYPE_GENE, TYPE_MOLECULE, TYPE_PROCESS, TYPE_PROTEIN, TYPE_REACTION, TYPE_RELATION, TYPE_RNA, TYPE_SUBSTANCE, TYPE_UNKNOWN

Method Summary
 StringgetTitle()
           
 StringgetType()
           

Methods inherited from interface ru.biosoft.access.DataElement
getName, getOrigin

Method Detail

getTitle

public String getTitle()
returns data element title to be used in the diagram.

getType

public String getType()
See Also:
Type
returns data element type.

FOOTER

BOTTOM