HEADER

biouml.model.dynamics
Class EModelRoleSupport

|
+--biouml.model.dynamics.EModelRoleSupport
Direct Known Subclasses:
EModel, Equation, Event, Function, State, Transition

public class EModelRoleSupport
extends Option
implements EModelRole


Constructor Summary
EModelRoleSupport(DiagramElement diagramElement)
           

Method Summary
 Roleclone(DiagramElement de)
          Throws UnsupportedOperationException.
 StringgetComment()
           
 DiagramElementgetDiagramElement()
           
 voidsetComment(String comment)
           

Constructor Detail

EModelRoleSupport

public EModelRoleSupport(DiagramElement diagramElement)
Method Detail

clone

public Role clone(DiagramElement de)
Throws UnsupportedOperationException. Should be redefined in subclasses.

getComment

public String getComment()

getDiagramElement

public DiagramElement getDiagramElement()

setComment

public void setComment(String comment)

Association Links

to Class java.lang.String


FOOTER

BOTTOM