public static class UmlStructure.Data
extends java.lang.Object
UmlStructure
.Modifier and Type | Field and Description |
---|---|
private boolean |
_selfDependent |
private static UmlStructure.Data |
DEFAULT |
Modifier | Constructor and Description |
---|---|
private |
UmlStructure.Data() |
|
UmlStructure.Data(boolean selfDependent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static UmlStructure.Data |
empty()
Returns an empty instance.
|
boolean |
isSelfDependent()
Returns whether the repository contains an explicit (hand-drawn) UML self-dependency;
these are not included in the in-memory model, but only reported through validation.
|
private static final UmlStructure.Data DEFAULT
private final boolean _selfDependent
private UmlStructure.Data()
public UmlStructure.Data(boolean selfDependent)
public static UmlStructure.Data empty()
public final boolean isSelfDependent()
Copyright 2009-2015 Tatjana (Tanja) Kostic