net.sf.quarrel.uml
Interface Element

All Known Implementing Classes:
AbstractElement

public interface Element

Represents a entity in a model. Interfaces, classes, use cases, etc, will be instances of FileElement.

The name of an element is assumed to be unique within a model.


Method Summary
 java.lang.String getName()
          Returns the name for the element.
 

Method Detail

getName

public java.lang.String getName()
Returns the name for the element.

Returns:
the name of the element


Copyright © 2006-2007. All Rights Reserved.