Package | Description |
---|---|
cb.generator |
This package contains bases classes and interfaces for the generators.
|
cb.petal | |
cb.util | |
cb.xmi |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorVisitor.visit(InheritanceRelationship rel) |
Modifier and Type | Method and Description |
---|---|
InheritanceRelationship |
Class.addSuperClass(Class clazz)
Add super class of this class, i.e. adds InheritanceRelationship to
"superclasses" list.
|
InheritanceRelationship |
Inheritable.addSuperClassifier(Inheritable clazz)
Add super classifier of this use case/class, i.e. add InheritanceRelationship to
"superclasses" list.
|
InheritanceRelationship |
UseCase.addSuperUseCase(UseCase caze)
Add super use case of this use case, i.e. adds InheritanceRelationship to
"superclasses" list.
|
Modifier and Type | Method and Description |
---|---|
void |
EmptyVisitor.visit(InheritanceRelationship obj) |
void |
Visitor.visit(InheritanceRelationship obj) |
void |
DescendingVisitor.visit(InheritanceRelationship obj) |
Modifier and Type | Method and Description |
---|---|
InheritanceRelationship |
PetalObjectFactory.createInheritanceRelationship(Inheritable clazz,
Inheritable super_class)
Create InheritanceRelationship between two classes, this method is called
by Class.addSuperClass().
|
Modifier and Type | Method and Description |
---|---|
ru.novosoft.uml.foundation.core.MGeneralization |
XMIFactory.createGeneralization(InheritanceRelationship rel) |
void |
XMIGenerator.visit(InheritanceRelationship rel) |
Copyright © 2018 BITPlan GmbH. All rights reserved.