|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBRecordingStatisticEntry | |
---|---|
org.android.activityminer.app.db | GUI - Database management components. |
org.android.activityminer.persistence | The application persistence layer. |
Uses of DBRecordingStatisticEntry in org.android.activityminer.app.db |
---|
Fields in org.android.activityminer.app.db with type parameters of type DBRecordingStatisticEntry | |
---|---|
List<DBRecordingStatisticEntry> |
FeatureExtractionFromDBRecordingStatisitcTaskFinishedEvent.recordingStatistics
The recoding statistics to process. |
Methods in org.android.activityminer.app.db that return DBRecordingStatisticEntry | |
---|---|
DBRecordingStatisticEntry |
ExpandableDBRecordingStatisticAdapter.getRecording(int groupPosition,
int childPosition)
Getter for a recording by group and child position |
Methods in org.android.activityminer.app.db that return types with arguments of type DBRecordingStatisticEntry | |
---|---|
private List<DBRecordingStatisticEntry> |
DBRecordingViewFragment.getRecordingStatisticsForSequenceBehindSelection(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Getter for the recordings statistics from the given sequence behind the selected recording identifier |
Methods in org.android.activityminer.app.db with parameters of type DBRecordingStatisticEntry | |
---|---|
protected void |
DBRecordingViewFragment.deleteFeaturesForRecording(DBRecordingStatisticEntry recordStatistics)
Does delete all extracted features for the given recording entry. |
protected void |
DBRecordingViewFragment.deleteRecording(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Does delete the recording from the selected recoding statistic. |
private List<DBRecordingStatisticEntry> |
DBRecordingViewFragment.getRecordingStatisticsForSequenceBehindSelection(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Getter for the recordings statistics from the given sequence behind the selected recording identifier |
private boolean |
DBRecordingViewFragment.onRecordingDeletion(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Handler for option delete selected recoding. |
private boolean |
DBRecordingViewFragment.onRecordingFeatureExploration(DBRecordingStatisticEntry recordStatistics)
Handler for option explore features for selected recoding. |
private boolean |
DBRecordingViewFragment.onSequenceTruncation(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Handler for option truncate sequence behind selected recoding. |
Method parameters in org.android.activityminer.app.db with type arguments of type DBRecordingStatisticEntry | |
---|---|
protected void |
DBRecordingViewFragment.truncateSequenceBehindSelected(DBRecordingStatisticSequenceEntry sequenceStatistic,
List<DBRecordingStatisticEntry> recStatisticsToRemove)
Does delete the sequence of the recording from the selected recoding statistic. |
Constructor parameters in org.android.activityminer.app.db with type arguments of type DBRecordingStatisticEntry | |
---|---|
FeatureExtractionFromDBRecordingStatisitcTaskFinishedEvent(Object source,
boolean success,
List<DBRecordingStatisticEntry> recordingStatistic)
Constructor |
Uses of DBRecordingStatisticEntry in org.android.activityminer.persistence |
---|
Fields in org.android.activityminer.persistence with type parameters of type DBRecordingStatisticEntry | |
---|---|
List<DBRecordingStatisticEntry> |
DBRecordingStatisticSequenceEntry.recordingsSequence
The recordings of the sequence in DB order |
Constructors in org.android.activityminer.persistence with parameters of type DBRecordingStatisticEntry | |
---|---|
DBRecordingStatisticSequenceEntry(DBRecordingStatisticEntry firstEntry)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |