HEADER

biouml.model
Interface Role

All Known Subinterfaces:
EModelRole

public interface Role


Method Summary
 Roleclone(DiagramElement de)
          Creates copy of the object and asstiate it with specified diagram element.
 DiagramElementgetDiagramElement()
           

Method Detail

clone

public Role clone(DiagramElement de)
Creates copy of the object and asstiate it with specified diagram element.

getDiagramElement

public DiagramElement getDiagramElement()
returns diagram element assotited with this role.

FOOTER

BOTTOM