|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relation | |
---|---|
org.cumt.model | |
org.cumt.model.analysis.usecases | |
org.cumt.model.classes | |
org.cumt.model.sequence | |
org.cumt.view | |
org.cumt.workbench.area |
Uses of Relation in org.cumt.model |
---|
Subclasses of Relation in org.cumt.model | |
---|---|
class |
Aggregation
|
class |
Composition
|
class |
Dependency
|
class |
Generalization
|
class |
NoteRelation
Model representation of a relation to a note |
class |
Realization
|
Methods in org.cumt.model that return types with arguments of type Relation | |
---|---|
java.util.Set<Relation> |
RelationableModelObject.getRelations()
|
Methods in org.cumt.model with parameters of type Relation | |
---|---|
void |
RelationableModelObject.addRelation(Relation relation)
|
boolean |
RelationableModelObject.containsRelation(Relation relation)
|
void |
RelationableModelObject.removeRelation(Relation relation)
|
Method parameters in org.cumt.model with type arguments of type Relation | |
---|---|
boolean |
RelationableModelObject.isRelationAllowed(java.lang.Class<? extends Relation> relationType,
RelationableModelObject target,
boolean isSource)
Determines if a given relation type can be used to stablish a relation between this object an other given object |
Uses of Relation in org.cumt.model.analysis.usecases |
---|
Subclasses of Relation in org.cumt.model.analysis.usecases | |
---|---|
class |
Association
An association model object |
Uses of Relation in org.cumt.model.classes |
---|
Methods in org.cumt.model.classes with parameters of type Relation | |
---|---|
void |
BaseClassType.addRelation(Relation relation)
|
Method parameters in org.cumt.model.classes with type arguments of type Relation | |
---|---|
boolean |
ClassType.isRelationAllowed(java.lang.Class<? extends Relation> relationType,
RelationableModelObject target,
boolean isSource)
|
Uses of Relation in org.cumt.model.sequence |
---|
Subclasses of Relation in org.cumt.model.sequence | |
---|---|
class |
Call
|
Method parameters in org.cumt.model.sequence with type arguments of type Relation | |
---|---|
boolean |
LifeCycle.isRelationAllowed(java.lang.Class<? extends Relation> relationType,
RelationableModelObject target,
boolean isSource)
|
Uses of Relation in org.cumt.view |
---|
Classes in org.cumt.view with type parameters of type Relation | |
---|---|
class |
RelationView<T extends Relation>
Base class for relation views |
Uses of Relation in org.cumt.workbench.area |
---|
Constructor parameters in org.cumt.workbench.area with type arguments of type Relation | |
---|---|
RelationAdditionRequest(DiagramView diagram,
java.lang.Class<Relation> objectTypeToAdd,
AdditionListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |