public interface TOSDeviceFactory
TOSDevicePackage| Modifier and Type | Field and Description |
|---|---|
static TOSDeviceFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractDataEntry |
createAbstractDataEntry()
Returns a new object of class 'Abstract Data Entry'.
|
AbstractTimeTableEntry |
createAbstractTimeTableEntry()
Returns a new object of class 'Abstract Time Table Entry'.
|
AddressLocation |
createAddressLocation()
Returns a new object of class 'Address Location'.
|
CacheDataEntry |
createCacheDataEntry()
Returns a new object of class 'Cache Data Entry'.
|
ClearArea |
createClearArea()
Returns a new object of class 'Clear Area'.
|
ConflictingLane |
createConflictingLane()
Returns a new object of class 'Conflicting Lane'.
|
CycleLane |
createCycleLane()
Returns a new object of class 'Cycle Lane'.
|
DataEntry |
createDataEntry()
Returns a new object of class 'Data Entry'.
|
DataValue |
createDataValue()
Returns a new object of class 'Data Value'.
|
Device |
createDevice()
Returns a new object of class 'Device'.
|
DeviceConfiguration |
createDeviceConfiguration()
Returns a new object of class 'Device Configuration'.
|
DeviceGroup |
createDeviceGroup()
Returns a new object of class 'Device Group'.
|
DeviceInfo |
createDeviceInfo()
Returns a new object of class 'Device Info'.
|
HardwareConfiguration |
createHardwareConfiguration()
Returns a new object of class 'Hardware Configuration'.
|
IdNameElement |
createIdNameElement()
Returns a new object of class 'Id Name Element'.
|
IncomingLane |
createIncomingLane()
Returns a new object of class 'Incoming Lane'.
|
Intersection |
createIntersection()
Returns a new object of class 'Intersection'.
|
Lane |
createLane()
Returns a new object of class 'Lane'.
|
Link |
createLink()
Returns a new object of class 'Link'.
|
Localizable |
createLocalizable()
Returns a new object of class 'Localizable'.
|
Location |
createLocation()
Returns a new object of class 'Location'.
|
NetworkLocation |
createNetworkLocation()
Returns a new object of class 'Network Location'.
|
OutgoingLane |
createOutgoingLane()
Returns a new object of class 'Outgoing Lane'.
|
OutPinConfiguration |
createOutPinConfiguration()
Returns a new object of class 'Out Pin Configuration'.
|
Output |
createOutput()
Returns a new object of class 'Output'.
|
OutputConfiguration |
createOutputConfiguration()
Returns a new object of class 'Output Configuration'.
|
Parameter |
createParameter()
Returns a new object of class 'Parameter'.
|
PedestrianLane |
createPedestrianLane()
Returns a new object of class 'Pedestrian Lane'.
|
Phase |
createPhase()
Returns a new object of class 'Phase'.
|
PhaseGroup |
createPhaseGroup()
Returns a new object of class 'Phase Group'.
|
Position |
createPosition()
Returns a new object of class 'Position'.
|
Program |
createProgram()
Returns a new object of class 'Program'.
|
ProgramEntry |
createProgramEntry()
Returns a new object of class 'Program Entry'.
|
ProgramTransition |
createProgramTransition()
Returns a new object of class 'Program Transition'.
|
PublicTransportConfiguration |
createPublicTransportConfiguration()
Returns a new object of class 'Public Transport Configuration'.
|
PublicTransportDataEntry |
createPublicTransportDataEntry()
Returns a new object of class 'Public Transport Data Entry'.
|
PublicTransportDataValue |
createPublicTransportDataValue()
Returns a new object of class 'Public Transport Data Value'.
|
PublicTransportDataValueObject |
createPublicTransportDataValueObject()
Returns a new object of class 'Public Transport Data Value Object'.
|
PublicTransportDoorChange |
createPublicTransportDoorChange()
Returns a new object of class 'Public Transport Door Change'.
|
PublicTransportLane |
createPublicTransportLane()
Returns a new object of class 'Public Transport Lane'.
|
PublicTransportLine |
createPublicTransportLine()
Returns a new object of class 'Public Transport Line'.
|
PublicTransportLocMsg |
createPublicTransportLocMsg()
Returns a new object of class 'Public Transport Loc Msg'.
|
PublicTransportPosition |
createPublicTransportPosition()
Returns a new object of class 'Public Transport Position'.
|
PublicTransportProgram |
createPublicTransportProgram()
Returns a new object of class 'Public Transport Program'.
|
PublicTransportStation |
createPublicTransportStation()
Returns a new object of class 'Public Transport Station'.
|
PublicTransportStop |
createPublicTransportStop()
Returns a new object of class 'Public Transport Stop'.
|
PublicTransportTelegram |
createPublicTransportTelegram()
Returns a new object of class 'Public Transport Telegram'.
|
PublicTransportTimeTable |
createPublicTransportTimeTable()
Returns a new object of class 'Public Transport Time Table'.
|
PublicTransportTimeTableEntry |
createPublicTransportTimeTableEntry()
Returns a new object of class 'Public Transport Time Table Entry'.
|
Road |
createRoad()
Returns a new object of class 'Road'.
|
SignalTable |
createSignalTable()
Returns a new object of class 'Signal Table'.
|
SystemInfo |
createSystemInfo()
Returns a new object of class 'System Info'.
|
TimeTable |
createTimeTable()
Returns a new object of class 'Time Table'.
|
TimeTableEntry |
createTimeTableEntry()
Returns a new object of class 'Time Table Entry'.
|
Transition |
createTransition()
Returns a new object of class 'Transition'.
|
TOSDevicePackage |
getTOSDevicePackage()
Returns the package supported by this factory.
|
static final TOSDeviceFactory eINSTANCE
DeviceGroup createDeviceGroup()
Device createDevice()
SystemInfo createSystemInfo()
DeviceInfo createDeviceInfo()
DeviceConfiguration createDeviceConfiguration()
Intersection createIntersection()
Road createRoad()
Lane createLane()
ConflictingLane createConflictingLane()
IncomingLane createIncomingLane()
OutgoingLane createOutgoingLane()
PedestrianLane createPedestrianLane()
Link createLink()
Phase createPhase()
ProgramEntry createProgramEntry()
Program createProgram()
Transition createTransition()
ProgramTransition createProgramTransition()
ClearArea createClearArea()
PhaseGroup createPhaseGroup()
IdNameElement createIdNameElement()
Output createOutput()
Localizable createLocalizable()
Location createLocation()
NetworkLocation createNetworkLocation()
Position createPosition()
AddressLocation createAddressLocation()
TimeTable createTimeTable()
TimeTableEntry createTimeTableEntry()
DataEntry createDataEntry()
DataValue createDataValue()
Parameter createParameter()
CacheDataEntry createCacheDataEntry()
SignalTable createSignalTable()
HardwareConfiguration createHardwareConfiguration()
OutputConfiguration createOutputConfiguration()
OutPinConfiguration createOutPinConfiguration()
PublicTransportLane createPublicTransportLane()
CycleLane createCycleLane()
AbstractDataEntry createAbstractDataEntry()
PublicTransportStation createPublicTransportStation()
PublicTransportTimeTable createPublicTransportTimeTable()
AbstractTimeTableEntry createAbstractTimeTableEntry()
PublicTransportTimeTableEntry createPublicTransportTimeTableEntry()
PublicTransportProgram createPublicTransportProgram()
PublicTransportLine createPublicTransportLine()
PublicTransportConfiguration createPublicTransportConfiguration()
PublicTransportDataEntry createPublicTransportDataEntry()
PublicTransportDataValue createPublicTransportDataValue()
PublicTransportDataValueObject createPublicTransportDataValueObject()
PublicTransportTelegram createPublicTransportTelegram()
PublicTransportPosition createPublicTransportPosition()
PublicTransportDoorChange createPublicTransportDoorChange()
PublicTransportStop createPublicTransportStop()
PublicTransportLocMsg createPublicTransportLocMsg()
TOSDevicePackage getTOSDevicePackage()
Data In Motion Consuling GmbH - All rights reserved