org.eclipse.gmt.umlx.ecore.links
Interface ILinkEnd
- All Known Implementing Classes:
- AbstractLinkEnd, E2AssociationLinkEnd
public interface ILinkEnd
An ILinkEnd describes the end of a link, which for most links is just
a reference to the natural object at the end of the link, but for
associations must comprise both reference and containing class.
Method Summary |
boolean |
equals(java.lang.Object anotherEnd)
|
java.lang.Object |
getModel()
|
|
getModel(java.lang.Class<T> toClass)
|
equals
boolean equals(java.lang.Object anotherEnd)
- Overrides:
equals
in class java.lang.Object
getModel
java.lang.Object getModel()
getModel
<T> T getModel(java.lang.Class<T> toClass)