|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.finalist.uml14.simpleuml.SimpleModelElement
com.finalist.uml14.simpleuml.SimpleClassifier
com.finalist.uml14.simpleuml.SimpleUmlClass
A representation of a class in an UML model. Contains a UmlClass from the OMG API that contains the actual information.
| Field Summary |
| Fields inherited from class com.finalist.uml14.simpleuml.SimpleModelElement |
modelElement, PRIVATE, PROTECTED, PUBLIC |
| Constructor Summary | |
SimpleUmlClass()
Constructs a new SimpleUmlClass |
|
SimpleUmlClass(java.lang.String className,
java.lang.String visibility)
Advanced constuctor. |
|
| Methods inherited from class com.finalist.uml14.simpleuml.SimpleClassifier |
addSimpleAttribute, addSimpleOperation, getOwner, getSimpleAttributes, getSimpleOperations, setOwner |
| Methods inherited from class com.finalist.uml14.simpleuml.SimpleModelElement |
getModelElement, getName, getVisibility, setName, setVisibility |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleUmlClass()
public SimpleUmlClass(java.lang.String className,
java.lang.String visibility)
className - The name of the class to create.visibility - The visibility of the class to create.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||