|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CElementPerspective
Represents a dockable or a station in a CPerspective.
| Method Summary | |
|---|---|
CDockablePerspective |
asDockable()
Gets this as dockable, if this is a dockable. |
CStationPerspective |
asStation()
Gets this as station, if this is a station. |
CommonElementPerspective |
intern()
Gets the internal representation for this element. |
| Method Detail |
|---|
CommonElementPerspective intern()
asDockable() returns a non-null value, then intern().asDockable() must not
return null either.asStation() returns a non-null value, then intern().asStation() must not
return null either.
CDockablePerspective asDockable()
this as dockable, if this is a dockable.
this or nullCStationPerspective asStation()
this as station, if this is a station.
this or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||