| Modifier and Type | Interface and Description |
|---|---|
interface |
DependencyType
The interface which describes a generic dependency type, no matter the programming language is.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportType
This enumerations represents all kind of import types which can be used following the programming
language, for instance, in Java, two types can be used : standard imports and static imports.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DependencyTypeImpl
The default implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationDependencyTypeImpl
The annotation implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAbstractDependencyTypeImpl
The class abstract implementation of the
net.sourceforge.plantumldependency.generic.type.ClassDependencyType interface. |
class |
ClassDependencyTypeImpl
The class implementation of the
net.sourceforge.plantumldependency.generic.type.ClassDependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumDependencyTypeImpl
The enum implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceDependencyTypeImpl
The interface implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeDependencyTypeImpl
The native implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
StubDependencyTypeImpl
The stub implementation of the
DependencyType interface. |
Copyright © 2014 Sourceforge. All rights reserved.