public class AbstractionRelationship extends Relationship
Constructor and Description |
---|
AbstractionRelationship() |
AbstractionRelationship(Element client,
Element supplier,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Element |
getClient() |
Element |
getSupplier() |
void |
setClient(Element client) |
void |
setSupplier(Element supplier) |
getId, getName, getStereotypes, getType, hashCode, removeStereotype, setId, setName, setStereotype, setStereotypes, setType
public AbstractionRelationship(Element client, Element supplier, java.lang.String id)
public AbstractionRelationship()
public Element getClient()
public void setClient(Element client)
client
- the client to setpublic Element getSupplier()
public void setSupplier(Element supplier)
supplier
- the supplier to setpublic boolean equals(java.lang.Object obj)
equals
in class Relationship