Package org.goplanit.gtfs.model
Class GtfsObjectFactory
- java.lang.Object
-
- org.goplanit.gtfs.model.GtfsObjectFactory
-
public class GtfsObjectFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description GtfsObjectFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GtfsObject
create(GtfsObjectType objectType)
Create a GTFS object of a given type based on the provide object type
-
-
-
Method Detail
-
create
public static GtfsObject create(GtfsObjectType objectType)
Create a GTFS object of a given type based on the provide object type- Parameters:
objectType
- to base GTFS object on- Returns:
- created GTFS object
-
-