| Package | Description | 
|---|---|
| cb.generator | 
 This package contains bases classes and interfaces for the generators. 
 | 
| cb.generator.java | 
 This package contains a simple Java generator that reads in a PetalFile tree as input. 
 | 
| cb.petal | |
| cb.util | |
| cb.xmi | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GeneratorVisitor.visit(UsesRelationship rel)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Factory.addUsedClass(Class c,
            Class used_class,
            UsesRelationship rel)  | 
| Modifier and Type | Method and Description | 
|---|---|
UsesRelationship | 
Class.addUsedClass(Class inter)
Add used to this class, i.e. adds UsesRelationship to
 "used_nodes" list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EmptyVisitor.visit(UsesRelationship obj)  | 
void | 
Visitor.visit(UsesRelationship obj)  | 
void | 
DescendingVisitor.visit(UsesRelationship obj)  | 
| Modifier and Type | Method and Description | 
|---|---|
UsesRelationship | 
PetalObjectFactory.createUsesRelationship(Class clazz,
                      Class clazz2)
Create UsesRelationship between class and an interface, called by
 Class.addUsedClass(). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ru.novosoft.uml.foundation.core.MUsage | 
XMIFactory.createUsage(UsesRelationship rel)  | 
void | 
XMIGenerator.visit(UsesRelationship rel)  | 
Copyright © 2018 BITPlan GmbH. All rights reserved.