| Modifier and Type | Method and Description |
|---|---|
ILeaf |
ActivityDiagram.createLeaf(Code code,
Display display,
LeafType type,
USymbol symbol) |
IEntity |
ActivityDiagram.getOrCreate(Code code,
Display display,
LeafType type) |
ILeaf |
ActivityDiagram.getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol) |
| Modifier and Type | Method and Description |
|---|---|
ILeaf |
ClassDiagram.createLeaf(Code code,
Display display,
LeafType type,
USymbol symbol) |
ILeaf |
ClassDiagram.getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol) |
| Modifier and Type | Method and Description |
|---|---|
IEntity |
CompositeDiagram.getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol) |
| Modifier and Type | Method and Description |
|---|---|
LeafType |
IEntity.getLeafType() |
LeafType |
GroupRoot.getLeafType() |
static LeafType |
LeafType.getLeafType(String type) |
static LeafType |
LeafType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeafType[] |
LeafType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityGender |
EntityGenderUtils.byEntityType(LeafType type) |
boolean |
Link.containsType(LeafType type) |
ILeaf |
CucaDiagram.createLeaf(Code code,
Display display,
LeafType type,
USymbol symbol) |
protected ILeaf |
CucaDiagram.createLeafInternal(Code code,
Display display,
LeafType type,
IGroup group,
USymbol symbol) |
abstract IEntity |
CucaDiagram.getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol) |
protected ILeaf |
CucaDiagram.getOrCreateLeafDefault(Code code,
LeafType type,
USymbol symbol) |
void |
CucaDiagram.hideOrShow(LeafType leafType,
boolean show) |
boolean |
ILeaf.muteToType(LeafType newType,
USymbol newSymbol) |
void |
GroupRoot.overrideImage(IEntityImage img,
LeafType state) |
void |
IGroup.overrideImage(IEntityImage img,
LeafType state) |
| Constructor and Description |
|---|
Bodier(LeafType type,
Set<VisibilityModifier> hides) |
| Modifier and Type | Method and Description |
|---|---|
ILeaf |
EntityFactory.createLeaf(Code code,
Display display,
LeafType entityType,
IGroup parentContainer,
Set<VisibilityModifier> hides,
String namespaceSeparator) |
| Constructor and Description |
|---|
EntityFactory(Set<LeafType> hiddenTypes,
Set<String> hiddenStereotype) |
| Modifier and Type | Method and Description |
|---|---|
ILeaf |
DescriptionDiagram.getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CommandCreateElementFull.existsWithBadType(DescriptionDiagram diagram,
Code code,
LeafType type,
USymbol usymbol) |
| Modifier and Type | Method and Description |
|---|---|
ILeaf |
ObjectDiagram.getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol) |
| Modifier and Type | Method and Description |
|---|---|
IEntity |
StateDiagram.getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol) |
Copyright © 2017. All rights reserved.