uci.uml.test.omg
Class PackageExample

java.lang.Object
  |
  +--uci.uml.test.omg.PackageExample

public class PackageExample
extends Object

This is a very simple demo of how to represent nested UML packages. This example is taken from page 15 of the UML 1.1 notation guide (OMG document ad/97-08-05).


Field Summary
 Model controller
           
 Dependency d1
           
 Dependency d2
           
 Dependency d3
           
 Dependency d4
           
 Dependency d5
           
 Dependency d6
           
 Dependency d7
           
 Dependency d8
           
 Model diagramElements
           
 Model domainElements
           
 Subsystem editor
           
 Generalization g1
           
 Generalization g2
           
 Generalization g3
           
 Generalization g4
           
 Model graphicsCore
           
 Model motif
           
 Model motifCore
           
 Model msWindows
           
 Model windowingSystem
           
 Model windowsCore
           
 
Constructor Summary
PackageExample()
           
 
Method Summary
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowingSystem

public Model windowingSystem

motif

public Model motif

msWindows

public Model msWindows

editor

public Subsystem editor

controller

public Model controller

domainElements

public Model domainElements

diagramElements

public Model diagramElements

graphicsCore

public Model graphicsCore

motifCore

public Model motifCore

windowsCore

public Model windowsCore

g1

public Generalization g1

g2

public Generalization g2

g3

public Generalization g3

g4

public Generalization g4

d1

public Dependency d1

d2

public Dependency d2

d3

public Dependency d3

d4

public Dependency d4

d5

public Dependency d5

d6

public Dependency d6

d7

public Dependency d7

d8

public Dependency d8
Constructor Detail

PackageExample

public PackageExample()
Method Detail

print

public void print()