HEADER

biouml.plugins.cellml
Class DiagramInfo

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
              |
              +--biouml.standard.type.Referrer
                    |
                    +--biouml.standard.type.DiagramInfo
                          |
                          +--biouml.plugins.cellml.DiagramInfo

public class DiagramInfo
extends DiagramInfo


Constructor Summary
DiagramInfo(String name)
           

Method Summary
 DynamicPropertySetgetRdf()
           
 voidsetRdf(DynamicPropertySet rdf)
           

Methods inherited from class biouml.standard.type.DiagramInfo
clone, getType

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

DiagramInfo

public DiagramInfo(String name)
Method Detail

getRdf

public DynamicPropertySet getRdf()

setRdf

public void setRdf(DynamicPropertySet rdf)

FOOTER

BOTTOM