| Package | Description | 
|---|---|
| cb.generator.java | 
 This package contains a simple Java generator that reads in a PetalFile tree as input. 
 | 
| cb.petal | |
| cb.xmi | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Factory.addAssociation(Class class1,
              Role role1,
              Class class2,
              Role role2,
              Class assoc_class)
Simply maps association to a newly generated class that maintains the
 connections. 
 | 
protected Dimension | 
Factory.getCardinality(Role role)
get the cardinality for a given Role 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Role | 
Association.getFirstRole()
An association contains exactly two roles. 
 | 
Role | 
Role.getOtherRole()  | 
Role | 
Association.getSecondRole()
An association contains exactly two roles. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EmptyVisitor.visit(Role obj)  | 
void | 
Visitor.visit(Role obj)  | 
void | 
DescendingVisitor.visit(Role obj)  | 
| Modifier and Type | Method and Description | 
|---|---|
ru.novosoft.uml.foundation.core.MAssociationEnd | 
XMIFactory.createAssociationEnd(Role role)  | 
protected ru.novosoft.uml.foundation.data_types.MMultiplicity | 
XMIFactory.getMultiplicityFor(Role role)  | 
protected ru.novosoft.uml.foundation.core.MAssociationEnd | 
XMIFactory.getRoleFor(Role role)  | 
Copyright © 2018 BITPlan GmbH. All rights reserved.