|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Pin
A pin is a basic named entity which is part of the interface of an observable entity.
| Method Summary | |
|---|---|
java.util.Collection<? extends Relation> |
getIncomingRelations()
Get the incoming relations for this pin (relations whose target is this pin). |
java.util.Collection<? extends Relation> |
getOutgoingRelations()
Get the outgoing relations for this pin (relations whose origin is this pin). |
ObservableEntity |
getOwner()
Get the observable entity which has this pin in its interface. |
| Methods inherited from interface modhelxs.ecore.NamedEntity |
|---|
getName, getProperties, setName |
| Method Detail |
|---|
ObservableEntity getOwner()
java.util.Collection<? extends Relation> getIncomingRelations()
java.util.Collection<? extends Relation> getOutgoingRelations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||