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(RealizeRelationship rel) |
Modifier and Type | Method and Description |
---|---|
RealizeRelationship |
Class.addImplementedInterface(Class inter)
Add implemented interface to this class, i.e. adds RealizeRelationship to
"realized_interfaces" list.
|
Modifier and Type | Method and Description |
---|---|
void |
EmptyVisitor.visit(RealizeRelationship obj) |
void |
Visitor.visit(RealizeRelationship obj) |
void |
DescendingVisitor.visit(RealizeRelationship obj) |
Modifier and Type | Method and Description |
---|---|
RealizeRelationship |
PetalObjectFactory.createRealizeRelationship(Class clazz,
Class inter)
Create RealizeRelationship between class and an interface, called by
Class.addImplementedInterface().
|
Modifier and Type | Method and Description |
---|---|
ru.novosoft.uml.foundation.core.MAbstraction |
XMIFactory.createRealization(RealizeRelationship rel) |
void |
XMIGenerator.visit(RealizeRelationship rel) |
Copyright © 2018 BITPlan GmbH. All rights reserved.