uci.uml.test.omg
Class SoccerExample
java.lang.Object
|
+--uci.uml.test.omg.SoccerExample
- public class SoccerExample
- extends Object
This is a very simple demo of how to represent a UML design that
consists of three classes and one 3-way association with an
association class. This example is taken from page 62 of the UML
1.1 notation guide (OMG document ad/97-08-05).
|
Method Summary |
void |
print()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
model
public Model model
teamClass
public MMClass teamClass
yearClass
public MMClass yearClass
playerClass
public MMClass playerClass
recordAC
public AssociationClass recordAC
SoccerExample
public SoccerExample()
print
public void print()