| 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(Operation op)
visit the given operation 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Operation | 
MethodImpl.operation  | 
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
MethodImpl.getOperation()  | 
| Modifier and Type | Method and Description | 
|---|---|
Method | 
Factory.createMethod(Operation op)
create a method from the given operation 
 | 
Method | 
Factory.createMethod(Operation op,
            String name,
            String type,
            String acc,
            List params)
create a method 
 | 
void | 
MethodImpl.setOperation(Operation o)  | 
| Constructor and Description | 
|---|
MethodImpl(Operation op)
construct me from the given operation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
Class.addOperation(String name,
            String result,
            String qualifier,
            String[] param_types,
            String[] param_names)
Add an operation to this class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Class.addOperation(Operation o)
Add an operation to this class. 
 | 
void | 
Class.removeOperation(Operation o)  | 
void | 
EmptyVisitor.visit(Operation obj)  | 
void | 
Visitor.visit(Operation obj)  | 
void | 
DescendingVisitor.visit(Operation obj)  | 
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
PetalObjectFactory.createOperation(String name,
               String result,
               List params)
Creates new operation (aka method) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ru.novosoft.uml.foundation.core.MOperation | 
XMIFactory.createOperation(Operation op)  | 
protected void | 
XMIFactory.setConcurrency(Operation op,
              ru.novosoft.uml.foundation.core.MOperation o)  | 
void | 
XMIGenerator.visit(Operation op)  | 
Copyright © 2018 BITPlan GmbH. All rights reserved.