uci.uml.test.omg
Class MathPackExample

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

public class MathPackExample
extends Object

This is a very simple demo of how to represent a UML design that consists of a single class. This example is taken from page 42 of the UML 1.1 notation guide (OMG document ad/97-08-05).


Field Summary
 DataType angleType
           
 MMClass mathPackClass
           
 Model model
           
 Operation op1
           
 Operation op2
           
 Operation op3
           
 Operation op4
           
 DataType realType
           
 Stereotype utilityStereotype
           
 
Constructor Summary
MathPackExample()
           
 
Method Summary
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

public Model model

mathPackClass

public MMClass mathPackClass

utilityStereotype

public Stereotype utilityStereotype

op1

public Operation op1

op2

public Operation op2

op3

public Operation op3

op4

public Operation op4

realType

public DataType realType

angleType

public DataType angleType
Constructor Detail

MathPackExample

public MathPackExample()
Method Detail

print

public void print()