HEADER

biouml.model.dynamics
Class EModelRoleSupport

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--biouml.model.dynamics.EModelRoleSupport
Direct Known Subclasses:
EModel, Equation, Reaction

public class EModelRoleSupport
extends Option
implements EModelRole


Constructor Summary
EModelRoleSupport(DiagramElement diagramElement)
           

Method Summary
 StringgetComment()
           
 DiagramElementgetDiagramElement()
           
 voidsetComment(String comment)
           

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Constructor Detail

EModelRoleSupport

public EModelRoleSupport(DiagramElement diagramElement)
Method Detail

getComment

public String getComment()

getDiagramElement

public DiagramElement getDiagramElement()

setComment

public void setComment(String comment)

Association Links

to Class java.lang.String


FOOTER

BOTTOM