|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.lang.enums.Enum
net.sf.quarrel.uml.RelationshipType
An enumaration of relationship types supported in the UML model.
Field Summary | |
static RelationshipType |
Aggregation
A composition relationship having a multiplicity between the two elements. |
static RelationshipType |
Association
A relationship that relates two or more other instances of concepts or |
static RelationshipType |
Composition
A relationship where an element includes one or more elements as parts which exists as a part of the whole and participate in the same life cycle. |
static RelationshipType |
Dependency
A relationship that signifies that one model element requires other model elements for it specification or implementation. |
static RelationshipType |
Generalization
An association between more general elements and more specific elements. |
static RelationshipType |
Import
Not sure where this is used. |
static RelationshipType |
Merge
Not sure where this is used. |
static RelationshipType |
Realization
A relationship between an element which defines a set of behaviors, such as an interface, and an element which implements that interface. |
static RelationshipType |
Usage
A relationship where an Actor uses a Use Case |
Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
Method Summary | |
static RelationshipType |
getInstance(java.lang.String name)
Looks the instance of the enumeration for the specified name. |
Methods inherited from class org.apache.commons.lang.enums.Enum |
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final RelationshipType Dependency
public static final RelationshipType Association
public static final RelationshipType Realization
public static final RelationshipType Composition
public static final RelationshipType Generalization
public static final RelationshipType Aggregation
public static final RelationshipType Usage
public static final RelationshipType Merge
public static final RelationshipType Import
Method Detail |
public static RelationshipType getInstance(java.lang.String name)
name
- the String to look up.
java.lang.IllegalArgumentException
- - if a match is not found
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |