net.sf.quarrel.uml
Class AbstractElement

java.lang.Object
  extended bynet.sf.quarrel.uml.AbstractElement
All Implemented Interfaces:
Element
Direct Known Subclasses:
StructuredElement

public abstract class AbstractElement
extends java.lang.Object
implements Element

Implements the base functionality of the Element interface.


Constructor Summary
protected AbstractElement(java.lang.String name)
          Creates a new instance.
 
Method Summary
 java.lang.String getName()
          Returns the name for the element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractElement

protected AbstractElement(java.lang.String name)
Creates a new instance.

Parameters:
name - the name of the element.
Method Detail

getName

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

Specified by:
getName in interface Element
Returns:
the name of the element


Copyright © 2006-2007. All Rights Reserved.