public class DefaultMissingPerspectiveFactory extends Object implements MissingPerspectiveStrategy
MissingPerspectiveStrategy creates CStationPerspectives for
the CStations that are already known to the framework.| Constructor and Description |
|---|
DefaultMissingPerspectiveFactory() |
| Modifier and Type | Method and Description |
|---|---|
CStationPerspective |
createStation(String id,
Path typeId)
Creates the station that represented
id. |
public CStationPerspective createStation(String id, Path typeId)
MissingPerspectiveStrategyid.createStation in interface MissingPerspectiveStrategyid - the identifier of the stationtypeId - the type of the station, this is the identifier that was returned by CStation.getTypeId(),
can be nullnullCopyright © 2018. All rights reserved.