

Public Member Functions | |
| long | getFrequency () |
| void | setFrequency (double d) |
| int | getSamplingTime () |
| void | setSamplingTime (int samplingTime) |
| int | getTimeWindow () |
| void | setTimeWindow (int timeWindow) |
| String | getComponent () |
| void | setComponent (String component) |
| String | getProperty () |
| void | setProperty (String property) |
| String | getSamplingGroup () |
| void | setSamplingGroup (String samplingGroup) |
Private Attributes | |
| String | component |
| String | property |
| String | samplingGroup |
| String | frequency |
| String | samplingTime |
| String | timeWindow |
Static Private Attributes | |
| static final long | serialVersionUID = -850908451943987979L |
| String cl::utfsm::samplingSystemUI::SerializableProperty::getComponent | ( | ) | [inline] |
References component.
| long cl::utfsm::samplingSystemUI::SerializableProperty::getFrequency | ( | ) | [inline] |
References frequency.
| String cl::utfsm::samplingSystemUI::SerializableProperty::getProperty | ( | ) | [inline] |
References property.
| String cl::utfsm::samplingSystemUI::SerializableProperty::getSamplingGroup | ( | ) | [inline] |
References samplingGroup.
| int cl::utfsm::samplingSystemUI::SerializableProperty::getSamplingTime | ( | ) | [inline] |
References samplingTime.
| int cl::utfsm::samplingSystemUI::SerializableProperty::getTimeWindow | ( | ) | [inline] |
References timeWindow.
| void cl::utfsm::samplingSystemUI::SerializableProperty::setComponent | ( | String | component | ) | [inline] |
| void cl::utfsm::samplingSystemUI::SerializableProperty::setFrequency | ( | double | d | ) | [inline] |
References frequency.
Referenced by cl::utfsm::samplingSystemUI::DataPrinter::getSerializableProperty().
| void cl::utfsm::samplingSystemUI::SerializableProperty::setProperty | ( | String | property | ) | [inline] |
| void cl::utfsm::samplingSystemUI::SerializableProperty::setSamplingGroup | ( | String | samplingGroup | ) | [inline] |
| void cl::utfsm::samplingSystemUI::SerializableProperty::setSamplingTime | ( | int | samplingTime | ) | [inline] |
| void cl::utfsm::samplingSystemUI::SerializableProperty::setTimeWindow | ( | int | timeWindow | ) | [inline] |
String cl::utfsm::samplingSystemUI::SerializableProperty::component [private] |
Referenced by getComponent().
String cl::utfsm::samplingSystemUI::SerializableProperty::frequency [private] |
Referenced by getFrequency(), and setFrequency().
String cl::utfsm::samplingSystemUI::SerializableProperty::property [private] |
Referenced by getProperty().
String cl::utfsm::samplingSystemUI::SerializableProperty::samplingGroup [private] |
Referenced by getSamplingGroup().
String cl::utfsm::samplingSystemUI::SerializableProperty::samplingTime [private] |
Referenced by getSamplingTime().
final long cl::utfsm::samplingSystemUI::SerializableProperty::serialVersionUID = -850908451943987979L [static, private] |
String cl::utfsm::samplingSystemUI::SerializableProperty::timeWindow [private] |
Referenced by getTimeWindow().
1.6.2