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.xmi |
Modifier and Type | Method and Description |
---|---|
ClassCategory |
GeneratorVisitor.getCategory(Class clazz)
get the category for the given petal class
|
Modifier and Type | Method and Description |
---|---|
Package |
GeneratorVisitor.addPackage(ClassCategory category)
add a package for the given category
|
void |
GeneratorVisitor.visit(ClassCategory category) |
Modifier and Type | Method and Description |
---|---|
Package |
Factory.createPackage(ClassCategory category)
create a package for the given category
|
Constructor and Description |
---|
PackageImpl(ClassCategory category)
construct me from the given category
|
Modifier and Type | Class and Description |
---|---|
class |
LogicalCategory
The Logical category contains class diagrams.
|
class |
UseCaseCategory
Use case class category.
|
Modifier and Type | Method and Description |
---|---|
ClassCategory |
Design.getLogicalView() |
ClassCategory |
Design.getRootCategory() |
ClassCategory |
Design.getRootUsecasePackage() |
ClassCategory |
Design.getUsecaseView() |
Modifier and Type | Method and Description |
---|---|
void |
Design.setLogicalView(ClassCategory o) |
void |
Design.setRootCategory(ClassCategory o) |
void |
Design.setRootUsecasePackage(ClassCategory o) |
void |
Design.setUsecaseView(ClassCategory o) |
void |
EmptyVisitor.visit(ClassCategory obj) |
void |
Visitor.visit(ClassCategory obj) |
void |
DescendingVisitor.visit(ClassCategory obj) |
Modifier and Type | Method and Description |
---|---|
ru.novosoft.uml.model_management.MPackage |
XMIFactory.createPackage(ClassCategory cat) |
Copyright © 2018 BITPlan GmbH. All rights reserved.