net.sf.quarrel.uml
Class UmlClass

java.lang.Object
  extended bynet.sf.quarrel.uml.AbstractElement
      extended bynet.sf.quarrel.uml.StructuredElement
          extended bynet.sf.quarrel.uml.UmlClass
All Implemented Interfaces:
AttributeAggregator, Element, OperationAggregator

public class UmlClass
extends StructuredElement

Represents a UML class, used to differentiate from interfaces.


Constructor Summary
protected UmlClass(java.lang.String name)
          Creates an instance.
 
Method Summary
 java.lang.String toString()
          
 
Methods inherited from class net.sf.quarrel.uml.StructuredElement
addAttribute, addOperation, attributes, operations
 
Methods inherited from class net.sf.quarrel.uml.AbstractElement
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UmlClass

protected UmlClass(java.lang.String name)
Creates an instance.

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

toString

public java.lang.String toString()



Copyright © 2006-2007. All Rights Reserved.