HEADER

biouml.standard.type
Class DiagramInfo

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
              |
              +--biouml.standard.type.Referrer
                    |
                    +--biouml.standard.type.DiagramInfo
Direct Known Subclasses:
DiagramInfo

public class DiagramInfo
extends Referrer

Defines common properties for diagram description.

todo implementation

Constructor Summary
DiagramInfo(String name)
           
DiagramInfo(DataCollection parent, String name)
           

Method Summary
 DiagramInfoclone(String newName)
           
 StringgetType()
           

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)

DiagramInfo

public DiagramInfo(DataCollection parent, String name)
Method Detail

clone

public DiagramInfo clone(String newName)
pending clone all properties.

getType

public String getType()

FOOTER

BOTTOM