Package com.efiAnalytics.plugin.ecu
Interface UiTable
public interface UiTable
- Author:
- Philip Tobin
-
Method Summary
Modifier and TypeMethodDescriptiongetName()the name used to reference this Table as defined in the ini
-
Method Details
-
getName
String getName()the name used to reference this Table as defined in the ini- Returns:
- the name of this table
-
getXParameterName
String getXParameterName()- Returns:
- the x parameter Name
-
getYParameterName
String getYParameterName()- Returns:
- the y parameter Name
-
getZParameterName
String getZParameterName()- Returns:
- the z parameter Name
-
getXOutputChannel
String getXOutputChannel()- Returns:
- the x OutputChannel
-
getYOutputChannel
String getYOutputChannel()- Returns:
- the y OutputChannel
-