|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.quarrel.uml.AbstractElement
net.sf.quarrel.uml.StructuredElement
net.sf.quarrel.uml.UmlClass
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 |
protected UmlClass(java.lang.String name)
name
- the name of the class.Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |