Package | Description |
---|---|
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 |
---|---|
UmlAssociation.Direction |
UmlAssociation.getDirection()
Deprecated.
use
UmlAssociation.getNavigability() instead. |
UmlAssociation.Direction |
UmlAssociation.Data.getDirection() |
UmlAssociation.Direction |
UmlAssociation.getNavigability()
Returns the nature of navigability (whether navigable); for direction, use
UmlAssociationEnd.getNavigable() for association ends. |
static UmlAssociation.Direction |
UmlAssociation.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlAssociation.Direction[] |
UmlAssociation.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Data(UmlAssociation.Direction direction)
Constructor.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic