public class AssociationClassRelationship extends Relationship
| Modifier and Type | Field and Description |
|---|---|
java.util.List<MemberEnd> |
memebersEnd |
| Constructor and Description |
|---|
AssociationClassRelationship(java.lang.String name,
java.util.List<MemberEnd> ends,
Element ownedEnd,
java.lang.String id,
java.lang.String idOwner,
Class associationClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Set<Attribute> |
getAllAttributes() |
java.util.Collection<Concern> |
getAllConcerns() |
java.util.Set<Method> |
getAllMethods()
Retorna os métodos para associationClass
|
Class |
getAssociationClass() |
java.util.List<MemberEnd> |
getMemebersEnd() |
java.util.Set<Concern> |
getOwnConcerns() |
Element |
getOwnedEnd()
Retorna
Element dona da AssociationClass. |
java.lang.String |
getPackageOwner()
Retorna o ID do pacote que a associationClass pertence.
|
int |
hashCode() |
void |
SetMemebersEnd(MemberEnd me) |
getId, getName, getStereotypes, getType, removeStereotype, setId, setName, setStereotype, setStereotypes, setTypepublic java.util.List<MemberEnd> memebersEnd
public java.util.Set<Attribute> getAllAttributes()
public java.util.List<MemberEnd> getMemebersEnd()
public void SetMemebersEnd(MemberEnd me)
public java.lang.String getPackageOwner()
public java.util.Set<Method> getAllMethods()
Methodpublic java.util.Set<Concern> getOwnConcerns()
public java.util.Collection<Concern> getAllConcerns()
public Class getAssociationClass()
public int hashCode()
hashCode in class Relationshippublic boolean equals(java.lang.Object obj)
equals in class Relationship