public interface MissingPerspectiveStrategy
CControl
or a CControlPerspective
to create
CStationPerspective
s for stations that are not (yet) registered at the
CControl
.Modifier and Type | Method and Description |
---|---|
CStationPerspective |
createStation(java.lang.String id,
Path typeId)
Creates the station that represented
id . |
CStationPerspective createStation(java.lang.String id, Path typeId)
id
.id
- the identifier of the stationtypeId
- the type of the station, this is the identifier that was returned by CStation.getTypeId()
,
can be null
null