|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipType | |
net.sf.quarrel.uml | |
net.sf.quarrel.uml.impl | Implementations of the interfaces defined in net.sf.quarrel.uml. |
Uses of RelationshipType in net.sf.quarrel.uml |
Fields in net.sf.quarrel.uml declared as RelationshipType | |
static RelationshipType |
RelationshipType.Dependency
A relationship that signifies that one model element requires other model elements for it specification or implementation. |
static RelationshipType |
RelationshipType.Association
A relationship that relates two or more other instances of concepts or |
static RelationshipType |
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 |
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 |
RelationshipType.Generalization
An association between more general elements and more specific elements. |
static RelationshipType |
RelationshipType.Aggregation
A composition relationship having a multiplicity between the two elements. |
static RelationshipType |
RelationshipType.Usage
A relationship where an Actor uses a Use Case |
static RelationshipType |
RelationshipType.Merge
Not sure where this is used. |
static RelationshipType |
RelationshipType.Import
Not sure where this is used. |
Methods in net.sf.quarrel.uml that return RelationshipType | |
static RelationshipType |
RelationshipType.getInstance(java.lang.String name)
Looks the instance of the enumeration for the specified name. |
RelationshipType |
Relationship.getType()
Returns an object representing the type of this relationship. |
Methods in net.sf.quarrel.uml with parameters of type RelationshipType | |
void |
ModelBuilderImpl.addRelationship(java.lang.String clientName,
java.lang.String supplierName,
RelationshipType relationshipType)
Deprecated. |
Uses of RelationshipType in net.sf.quarrel.uml.impl |
Methods in net.sf.quarrel.uml.impl that return RelationshipType | |
RelationshipType |
RelationshipImpl.getType()
Returns an object representing the type of this relationship. |
Constructors in net.sf.quarrel.uml.impl with parameters of type RelationshipType | |
RelationshipImpl(RelationshipType type,
Element client,
Element supplier)
Creates a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |