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.
If asDockable() returns a non-null value, then intern().asDockable() must not
return null either.If asStation() returns a non-null value, then intern().asStation() must not
return null either. |
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 null
CStationPerspective asStation()
this
as station, if this is a station.this
or null