| 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(ClassAttribute attr)
visit the given attribute
|
| Modifier and Type | Field and Description |
|---|---|
protected ClassAttribute |
FieldImpl.attribute |
| Modifier and Type | Method and Description |
|---|---|
ClassAttribute |
FieldImpl.getAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Field |
Factory.createField(ClassAttribute attr)
create a field based on a petal attribute
|
Field |
Factory.createField(ClassAttribute attr,
String name,
String type,
String acc,
String init)
create a field based on the given petal attribute
|
void |
FieldImpl.setAttribute(ClassAttribute a) |
| Constructor and Description |
|---|
FieldImpl(ClassAttribute attr)
create me from the given Attribute
|
| Modifier and Type | Method and Description |
|---|---|
ClassAttribute |
Class.addClassAttribute(String name,
String type)
Add a class attribute aka field to this class.
|
ClassAttribute |
Class.addClassAttribute(String name,
String type,
String qualifier)
Add a class attribute aka field to this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Class.addClassAttribute(ClassAttribute o)
Add a class attribute aka field to this class.
|
void |
Class.removeClassAttribute(ClassAttribute o) |
void |
EmptyVisitor.visit(ClassAttribute obj) |
void |
Visitor.visit(ClassAttribute obj) |
void |
DescendingVisitor.visit(ClassAttribute obj) |
| Modifier and Type | Method and Description |
|---|---|
ClassAttribute |
PetalObjectFactory.createClassAttribute(String name,
String type)
Creates new class attribute (aka field)
|
| Modifier and Type | Method and Description |
|---|---|
ru.novosoft.uml.foundation.core.MAttribute |
XMIFactory.createAttribute(ClassAttribute attr) |
void |
XMIGenerator.visit(ClassAttribute attr) |
Copyright © 2018 BITPlan GmbH. All rights reserved.