public class DefaultMissingPerspectiveFactory extends Object implements MissingPerspectiveStrategy
MissingPerspectiveStrategy
creates CStationPerspective
s for
the CStation
s 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)
MissingPerspectiveStrategy
id
.createStation
in interface MissingPerspectiveStrategy
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