uci.uml.test.omg
Class TelephoneCatalogExample

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

public class TelephoneCatalogExample
extends Object

This is a very simple demo of how to represent some UML Use Cases. This example is taken from pages 76-79 of the UML 1.1 notation guide (OMG document ad/97-08-05).


Field Summary
 Association a1
           
 Association a2
           
 Association a3
           
 Association a4
           
 Association a5
           
 Association a6
           
 Association a7
           
 UseCase arrangePayment
           
 UseCase checkStatus
           
 Actor customer
           
 UseCase establishCredit
           
 UseCase fillOrders
           
 Generalization g1
           
 Generalization g2
           
 Generalization g3
           
 Generalization g4
           
 Model model
           
 UseCase orderProduct
           
 UseCase placeOrder
           
 UseCase requestCatalog
           
 Actor salesperson
           
 Actor shippingclerk
           
 Actor supervisor
           
 UseCase supplyCustomerData
           
 
Constructor Summary
TelephoneCatalogExample()
           
 
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

customer

public Actor customer

salesperson

public Actor salesperson

shippingclerk

public Actor shippingclerk

supervisor

public Actor supervisor

checkStatus

public UseCase checkStatus

placeOrder

public UseCase placeOrder

fillOrders

public UseCase fillOrders

establishCredit

public UseCase establishCredit

requestCatalog

public UseCase requestCatalog

arrangePayment

public UseCase arrangePayment

orderProduct

public UseCase orderProduct

supplyCustomerData

public UseCase supplyCustomerData

a1

public Association a1

a2

public Association a2

a3

public Association a3

a4

public Association a4

a5

public Association a5

a6

public Association a6

a7

public Association a7

g1

public Generalization g1

g2

public Generalization g2

g3

public Generalization g3

g4

public Generalization g4
Constructor Detail

TelephoneCatalogExample

public TelephoneCatalogExample()
Method Detail

print

public void print()