Package | Description |
---|---|
org.tanjakostic.jcleancim.builder.ea |
Classes responsible for building in-memory UML model from EA repository (.eap model file).
|
org.tanjakostic.jcleancim.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
Modifier and Type | Method and Description |
---|---|
UmlAssociationEnd.Kind |
AssociationEndBuilder.getKind() |
Modifier and Type | Method and Description |
---|---|
static UmlAssociationEnd.Kind |
UmlAssociationEnd.Kind.findForValue(java.lang.String value)
Returns literal with
value if found, OTHER instance otherwise. |
UmlAssociationEnd.Kind |
UmlAssociationEnd.Data.getKind() |
static UmlAssociationEnd.Kind |
UmlAssociationEnd.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlAssociationEnd.Kind[] |
UmlAssociationEnd.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<UmlAssociation> |
UmlModel.findAssociations(java.util.EnumSet<OwningWg> wgs,
java.util.EnumSet<UmlAssociationEnd.Kind> kinds,
boolean includeNormative,
boolean includeInformative)
Returns all associations involving classes from owners
wg . |
Constructor and Description |
---|
Data(UmlAssociationEnd.Kind kind,
UmlMultiplicity multiplicity,
UmlAssociationEnd.Navigable navigable)
Constructor.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic