public interface CElementPerspective
CPerspective.| Modifier and Type | Method and Description |
|---|---|
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.
|
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 nullCopyright © 2018. All rights reserved.